Click or drag to resize
DrawDrawText Method
Draws a Text object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Size DrawText(
	Text text,
	int x,
	int y
)

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