[]
The IDrawingDevice interface provides methods for drawing objects to the display device.
public interface IDrawingDevice : ITextMeasurer
| Name | Description |
|---|---|
| DrawEllipse(PointF, float, float, float) | Fills circle. |
| DrawString(string, RectangleF) | Draws the specified text at the specified location using the specified device context, font, and color. |
| FillPolygon(PointF[]) | Fills polygon. |
| FillRectangle(RectangleF) | Fills the interior with a rectangle specified by a pair of coordinates, a width, and a height. |