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
)
Sub DrawText (
run As TextRun,
point As Point
)
abstract DrawText :
run : TextRun *
point : Point -> unit
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