[]
Gets the drawing bounds of the shape.
public virtual RectangleF GetDrawingBounds(Graphics g, RectangleF bounds, Style style)
Type | Name | Description |
---|---|---|
Graphics | g | The graphics used to paint. |
RectangleF | bounds | The origin location and size to draw the shape. |
Style | style | The sytle used to draw the shape. |
Type | Description |
---|---|
RectangleF | The actual drawing bounds of the shape. |