IMSL C# Numerical Library

DrawPick.DrawText Method 

Draws a Text object.

public override Size DrawText(
   Text text,
   int x,
   int y
);

Parameters

text
A Text object to be drawn.
x
An int which specifies the abscissa of the (x,y) point at which to start drawing the text.
y
An int which specifies the ordinate of the (x,y) point at which to start drawing the text.

Return Value

A Size containing the bounds of the Text to be drawn.

See Also

DrawPick Class | Imsl.Chart2D Namespace