IMSL C# Numerical Library

Draw.DrawText Method 

Draws a Text object.

public virtual 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

Draw Class | Imsl.Chart2D Namespace