[]
Draws the custom shape at specified bounds.
public abstract void Draw(Graphics g, RectangleF bounds, Style style)
Type | Name | Description |
---|---|---|
Graphics | g | The graphics used to paint. |
RectangleF | bounds | The location and size to draw the shape. |
Style | style | The style used to draw the shape. |