Method TextOut
- Namespace
- Alternet.Common.AlternetUI
- Assembly
- Alternet.Common.AlternetUI.v10.dll
TextOut(string, int, double, double)
void TextOut(string text, int len, double x, double y)
Parameters
text string
len int
x double
y double
TextOut(string, int, double, double, bool)
void TextOut(string text, int len, double x, double y, bool opaque)
Parameters
text string
len int
x double
y double
opaque bool
TextOut(string, int, RectD)
void TextOut(string text, int len, RectD rect)
Parameters
text string
len int
rect RectD
TextOut(string, int, RectD, bool, bool)
void TextOut(string text, int len, RectD rect, bool clipped, bool opaque)
Parameters
text string
len int
rect RectD
clipped bool
opaque bool
TextOut(string, int, RectD, double, double, bool, bool)
void TextOut(string text, int len, RectD rect, double x, double y, bool clipped, bool opaque)
Parameters
text string
len int
rect RectD
x double
y double
clipped bool
opaque bool
TextOut(string, int, RectD, double, double, bool, bool, double)
void TextOut(string text, int len, RectD rect, double x, double y, bool clipped, bool opaque, double space)
Parameters
text string
len int
rect RectD
x double
y double
clipped bool
opaque bool
space double