|
|
ObjectTextAdd Method
Adds a text string to the control view.
Syntax
ObjectNumber = FlpGrf.ObjectTextAdd( HorzPos As Single, VertPos As Single, Text As String )
The ObjectTextAdd Method has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
HorzPos |
Horzontal position based on the current ObjectScaleType x-scale setting. |
|
VertPos |
Vertical position based on the current ObjectScaleType y-scale setting. |
|
Text |
String value to add. |
Remarks
Unlimited numbers of text strings can be added to the current view with this method. The color and font attributes can be set with the ObjectBrush and ObjectFont methods. The foreground and background color and mode of the last ObjectBrush method call set the color attributes for the text string.
Example
See Also
ObjectTextAdd Method, ObjectTextAddRect Method, All Object Routines
![]() |
Last modified on: Friday, August 16, 2002