ABCpdfRenderingContextDrawText 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
public void DrawText(
        TextRun run,
        Point p
)

Parameters

run
Type: WebSupergoo.WordGlue4.RenderingTextRun
p
Type: WebSupergoo.WordGlue4Point

Implements

IRenderingContextDrawText(TextRun, Point)
See Also