[C#] | public void draw(int x, int y, int color [, int alignment ]); |
[VB] | Public Sub draw(x As Integer, y As Integer, color As Integer [, alignment As Integer ]) |
ChartDirector 7.1 (.NET Edition)
TTFText.
Usage
[C#] | public void draw(int x, int y, int color [, int alignment ]); |
[VB] | Public Sub draw(x As Integer, y As Integer, color As Integer [, alignment As Integer ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
x | (Mandatory) | The x coordinate of a reference point to align the text. |
y | (Mandatory) | The y coordinate of a reference point to align the text. |
color | (Mandatory) | The color of the text. |
alignment | TopLeft | The location of the text relative to the reference point. See Alignment Specification for supported alignment types. |
Return Value