[VB] | Public Sub draw(x As Integer, y As Integer, color As Integer [, alignment As Integer ]) |
[C#] | public void draw(int x, int y, int color [, int alignment ]); |
ChartDirector 5.1 (.NET Edition)
TTFText.draw
Usage
[VB] | Public Sub draw(x As Integer, y As Integer, color As Integer [, alignment As Integer ]) |
[C#] | public void draw(int x, int y, int color [, int alignment ]); |
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