'Declaration
Overloads Sub DrawText( _ ByVal value As String, _ ByVal font As Font, _ ByVal rect As Rectangle, _ Optional ByVal drawingTextFormat As DrawingTextFormat _ )
'Usage
Dim instance As IDrawingSurface Dim value As String Dim font As Font Dim rect As Rectangle Dim drawingTextFormat As DrawingTextFormat instance.DrawText(value, font, rect, drawingTextFormat)
void DrawText( string value, Font font, Rectangle rect, DrawingTextFormat drawingTextFormat )
Parameters
- value
- String to draw.
- font
- GrapeCity.Spreadsheet.Font that defines the text format of the string.
- rect
- Rectangle structure that specifies the boundary of the drawn text.
- drawingTextFormat