IRenderingContextDrawText Method

Draw text from a TextRun at a specific Point.

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
void DrawText(
        TextRun run,
        Point point
)

Parameters

run
Type: WebSupergoo.WordGlue4.RenderingTextRun
The text to be drawn.
point
Type: WebSupergoo.WordGlue4Point
The point at which the left baseline of the first character should apppear.
See Also