UIKit.UIBezierPath: Property Members

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

Public Properties

[read-only]
BoundsCoreGraphics.CGRect. The bounding RectangleF of the path. Read-only.
CGPathCoreGraphics.CGPath. The Core Graphics version of the path.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
CurrentPointCoreGraphics.CGPoint. The current point in the path. Read-only.
[read-only]
Emptybool. Whether the path has any valid elements. Read-only.
Flatnessnfloat. Determines the rendering accuracy for curved segments of the path.
LineCapStyleCoreGraphics.CGLineCap. The shape of the path's end points.
LineJoinStyleCoreGraphics.CGLineJoin. The shape of the joints between connected segments of the path.
LineWidthnfloat. The width of the path. A value of 0 indicates the thinnest line renderable on the device.
MiterLimitnfloat. A value that allows control of spikes when path segments are joined by miters.
UsesEvenOddFillRulebool. If true, the path is filled using the even-odd rule. If false, the non-zero rule is used.