[]
Draws the double line round rect.
public void DrawRoundRectDoubleLine(float left, float top, float width, float height, float topLeftEdge, float topRightEdge, float bottomLeftEdge, float bottomRightEdge, float precision)
| Type | Name | Description |
|---|---|---|
| float | left | The left. |
| float | top | The top. |
| float | width | The width. |
| float | height | The height. |
| float | topLeftEdge | Top Left edge. |
| float | topRightEdge | Top Right edge. |
| float | bottomLeftEdge | Bottom Left edge. |
| float | bottomRightEdge | Bottom Right Edge. |
| float | precision | Parameter to specify when we should fail back to old round rect with equals corners |