Draws a Text object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public override Size DrawText(
Text text,
int x,
int y
)
Public Overrides Function DrawText (
text As Text,
x As Integer,
y As Integer
) As Size
public:
virtual Size DrawText(
Text^ text,
int x,
int y
) override
abstract DrawText :
text : Text *
x : int *
y : int -> Size
override DrawText :
text : Text *
x : int *
y : int -> Size
Parameters
- text
- Type: Imsl.Chart2DText
A Text object to be drawn.
- x
- Type: SystemInt32
An int which specifies the abscissa of the (x,y) point at
which to start drawing the text.
- y
- Type: SystemInt32
An int which specifies the ordinate of the (x,y) point at
which to start drawing the text.
Return Value
Type:
Size
A
Size containing the bounds of the
Text to be drawn.
See Also