ImageDevice.DrawString

ImageDevice.DrawString method

Draws a string at the specified position.

public override void DrawString(string str, double x, double y)
ParameterTypeDescription
strStringThe text to be drawn.
xDoubleThe x-coordinate of the string position.
yDoubleThe y-coordinate of the string position.

See Also