Overload | Description |
---|---|
DrawText(String,IDrawingFont,IDrawingBrush,PointF) | Draws the specified text at the specified System.Drawing.PointF using the specified IDrawingBrush and IDrawingFont objects. |
DrawText(String,IDrawingFont,IDrawingBrush,RectangleF,TextLayoutProperties) | Draws the specified text at the specified System.Drawing.RectangleF using the specified IDrawingBrush and IDrawingFont objects. |
DrawText(String,IDrawingFont,IDrawingBrush,PointF,TextLayoutProperties) | Draws the specified text at the specified System.Drawing.PointF using the specified IDrawingBrush and IDrawingFont objects. |