ICanvas.StrokeText

ICanvas.StrokeText method

Strokes the specified text at the specified position.

public void StrokeText(string text, float x, float y)
ParameterTypeDescription
textStringThe text to stroke.
xSingleThe x-coordinate of the starting position of the text.
ySingleThe y-coordinate of the starting position of the text.

See Also