iOSPath.AddRoundRect
From Xojo Documentation
Method
iOSPath.AddRoundRect(x As Double, y As Double, width As Double, height As Double, cornerWidth As Double, cornerHeight As Double)
Supported on Mobile(iOS).
Supported on Mobile(iOS).
Adds a rounded rectangle to the path.
Parameters
Value | Description |
---|---|
x | The left position of the rectangle. |
y | The top position of the rectangle. |
width | The width of the rectangle. |
height | The height of the rectangle. |
cornerWidth | The width of the rounded corner sections. |
cornerHeight | The height of the rounded corner sections. |
Sample Code
A simple rounded rectangle: