The properties of UIKit.UIBezierPath are listed below. For a list of all members, see the UIBezierPath Members list.
See Also: Inherited members from Foundation.NSObject
| [read-only] | Bounds | CoreGraphics.CGRect. The bounding RectangleF of the path. Read-only. |
| CGPath | CoreGraphics.CGPath. The Core Graphics version of the path. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | CurrentPoint | CoreGraphics.CGPoint. The current point in the path. Read-only. |
| [read-only] | Empty | bool. Whether the path has any valid elements. Read-only. |
| Flatness | nfloat. Determines the rendering accuracy for curved segments of the path. | |
| LineCapStyle | CoreGraphics.CGLineCap. The shape of the path's end points. | |
| LineJoinStyle | CoreGraphics.CGLineJoin. The shape of the joints between connected segments of the path. | |
| LineWidth | nfloat. The width of the path. A value of 0 indicates the thinnest line renderable on the device. | |
| MiterLimit | nfloat. A value that allows control of spikes when path segments are joined by miters. | |
| UsesEvenOddFillRule | bool. If true, the path is filled using the even-odd rule. If false, the non-zero rule is used. |