XpsDevice.DrawString

XpsDevice.DrawString method

Draws a text string.

public override void DrawString(string str, float originX, float originY, List<GlyphData> charInfos)
ParameterTypeDescription
strStringThe string.
originXSingleThe x coordinate of the origin.
originYSingleThe x coordinate of the origin.
charInfosList`1Glyph data required for precise typesetting of a text string.

See Also