CoreGraphics.CGPathElement Structure
An individual element on a CGPath.

See Also: CGPathElement Members

Syntax

public struct CGPathElement

Remarks

Depending on the value of Type, you will use the values in Point1, Point2 and Point3.

CGPathElementTypeDescription
CloseSubpathThe end of a subpath.
MoveToPoint, AddLineToPointUse the Point1 value.
AddQuadCurveToPointUse the Point1 and Point2 values.
AddCurveToPointUse the Point1, Point2 and Point3 values.

Requirements

Namespace: CoreGraphics
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0