XpsDevice.FillText

XpsDevice.FillText method

Fills the specified text string at the specified location.

public override void FillText(string text, PointF pt)
ParameterTypeDescription
textStringString to fill.
ptPointFPoint that specifies the coordinates of the text.

See Also