The members of UIKit.UIBezierPath are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [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. |
AddArc(bool, CoreGraphics.CGPoint, nfloat, nfloat, nfloat)Appends an arc to this UIBezierPath. | ||
AddClip()Intersects this UIBezierPath with the clipping path of the current graphics context. | ||
AddCurveToPoint(CoreGraphics.CGPoint, CoreGraphics.CGPoint, CoreGraphics.CGPoint)Appends a cubic Bezier curve to this UIBezierPath. | ||
AddLineTo(CoreGraphics.CGPoint)Appends a straight line to this UIBezierPath. | ||
AddQuadCurveToPoint(CoreGraphics.CGPoint, CoreGraphics.CGPoint)Appends a quadratic Bezier curve to this UIBezierPath. | ||
AppendPath(UIBezierPath)Appends a path to this UIBezierPath. | ||
ApplyTransform(CoreGraphics.CGAffineTransform)Applies an affine transform to this UIBezierPath. | ||
BezierPathByReversingPath()Creates a new UIBezierPath whose path is the reverse of this UIBezierPath. | ||
ClosePath()Closes the most recently added subpath. | ||
ContainsPoint(CoreGraphics.CGPoint)Whether the area enclosed by this UIBezierPath includes the specified PointF. | ||
Copy(Foundation.NSZone)Performs a copy of the underlying Objective-C object. | ||
static | Create()Creates a new UIBezierPath object. | |
EncodeTo(Foundation.NSCoder)Encodes the state of the object on the provided encoder | ||
Fill()Fills this UIBezierPath's enclosed region using the current drawing properties. | ||
Fill(CoreGraphics.CGBlendMode, nfloat)Fills the region enclosed by the path. | ||
static | FromArc(bool, CoreGraphics.CGPoint, nfloat, nfloat, nfloat)Creates a new UIBezierPath, initialized with the specified arc. | |
static | FromOval(CoreGraphics.CGRect)Creates a new UIBezierPath, initialized with the specified oval. | |
static | FromPath(CoreGraphics.CGPath)Creates a new UIBezierBath, initialize with the specified CGPath. | |
static | FromRect(CoreGraphics.CGRect)Creates a new UIBezierPath, initialized with the specified rectangle. | |
static | FromRoundedRect(CoreGraphics.CGRect, nfloat)Factory method to create a UIBezierPath from a rounded rectangle. | |
static | FromRoundedRect(UIRectCorner, CoreGraphics.CGRect, CoreGraphics.CGSize)Creates a new UIBezierPath, initialized with the specified rounded rectangle. | |
MoveTo(CoreGraphics.CGPoint)Moves the CurrentPoint to the specified location. | ||
RemoveAllPoints()Removes all points from this UIBezierPath, effectively resetting it. | ||
SetLineDash(nfloat[], nfloat)Sets line stroking pattern for the path. | ||
SetLineDash(nfloat[], nint, nint, nfloat)Documentation for this section has not yet been entered. | ||
Stroke()Renders a line along the path using the current drawing properties. | ||
Stroke(CoreGraphics.CGBlendMode, nfloat)Draws the path. | ||