ICanvas.FillText

ICanvas.FillText method

Fills the specified text at the specified position.

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

See Also