[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds a new text element
Source position: line 0
public procedure TvVectorialPage.AddText( |
AX: Double; |
AY: Double; |
AZ: Double; |
FontName: String; |
FontSize: Integer; |
AText: utf8string |
); overload; |
AX: Double; |
AY: Double; |
AStr: utf8string |
); overload; |
AX: Double; |
AY: Double; |
AZ: Double; |
AStr: utf8string |
); overload; |
AX |
|
The X coordinate of the bottom-left corner of the text |
AY |
|
The Y coordinate of the bottom-left corner of the text |
AZ |
|
The Z coordinate of the bottom-left corner of the text |
FontName |
|
The font name to be used in the text |
FontSize |
|
The font size for the text |
AText |
|
The text to be added |
AX |
|
The X coordinate of the bottom-left corner of the text |
AY |
|
The Y coordinate of the bottom-left corner of the text |
AStr |
|
The text to be added |
AX |
|
The X coordinate of the bottom-left corner of the text |
AY |
|
The Y coordinate of the bottom-left corner of the text |
AZ |
|
The Z coordinate of the bottom-left corner of the text |
AStr |
|
The text to be added |
Adds a new text element