IDevice.StrokeText

IDevice.StrokeText method

Strokes the specified text string at the specified location.

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

See Also