'Declaration
Overloads Sub DrawText( _ ByVal richText As RichText, _ ByVal rect As Rectangle, _ Optional ByVal drawingTextFormat As DrawingTextFormat _ )
'Usage
Dim instance As IDrawingSurface Dim richText As RichText Dim rect As Rectangle Dim drawingTextFormat As DrawingTextFormat instance.DrawText(richText, rect, drawingTextFormat)
void DrawText( RichText richText, Rectangle rect, DrawingTextFormat drawingTextFormat )
Parameters
- richText
- rect
- Rectangle structure that specifies the boundary of the drawn text.
- drawingTextFormat