DocDevice.StrokeText

DocDevice.StrokeText method

Strokes the specified text string at the specified location.

public override void StrokeText(string text, PointF pt)
ParameterTypeDescription
textStringString to stroke.
ptPointFPoint that specifies the coordinates where to start the text.

See Also