MonoTouch.CoreGraphics.CGPathElementType Enumeration
The type of an element in a CGPath.

Syntax

public enum CGPathElementType

Remarks

This is used by the callback function invoked by the CGPath.Apply method.

Members

Member NameDescription
AddCurveToPointThis is an AddCurveTo operation, three point parameters.
AddLineToPointThis is a LineTo operation, one point parameter.
AddQuadCurveToPointThis is an AddQuadCurveTo operation, two point parameters.
CloseSubpathThis is a close subpath operation.
MoveToPointThis is a MoveTo operation, one point parameter.

Requirements

Namespace: MonoTouch.CoreGraphics
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0