Overload | Description |
---|---|
DrawString(String,IDrawingFont,IDrawingPen,IDrawingBrush,IGraphicsPath,AffineMatrix) | Draws the specified Unicode string along the specified path using the specified IDrawingBrush and IDrawingFont objects. (Inherited from DrawingEngine) |
DrawString(String,IDrawingFont,IDrawingPen,IDrawingBrush,IGraphicsPath) | Draws the specified Unicode string along the specified path using the specified IDrawingBrush and IDrawingFont objects. (Inherited from DrawingEngine) |
DrawString(String,IDrawingFont,IDrawingBrush,PointF) | Draws the specified unicode string at the specified location using the specified IDrawingBrush and IDrawingFont objects. |
DrawString(DrawingString,IDrawingFont,IDrawingBrush,PointF) | Draws the specified drawing string at the specified location using the specified IDrawingBrush and IDrawingFont objects. |