Method TextOut
- Namespace
- Alternet.Common.AlternetUI
- Assembly
- Alternet.Common.AlternetUI.v10.dll
TextOut(string, int, double, double)
public void TextOut(string text, int len, double x, double y)
Parameters
text
string
len
int
x
double
y
double
TextOut(string, int, RectD)
public void TextOut(string text, int len, RectD rect)
Parameters
text
string
len
int
rect
RectD
TextOut(string, int, RectD, bool, bool)
public 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)
public 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, double, double, bool)
public 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, double, double, bool, bool, double)
public 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