Platforms to show: All Mac Windows Linux Cross-Platform

Back to CGPathElementMBS class.

CGPathElementMBS.kTypeAddCurveToPoint = 3

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 15.1
One of the type constants.

The path element that adds a cubic curve from the current point to the specified point. The element holds two control points and a destination point.

CGPathElementMBS.kTypeAddLineToPoint = 1

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 15.1
One of the type constants.

The path element that adds a line from the current point to a new point. The element holds a single point for the destination.

CGPathElementMBS.kTypeAddQuadCurveToPoint = 2

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 15.1
One of the type constants.

The path element that adds a quadratic curve from the current point to the specified point. The element holds a control point and a destination point.

CGPathElementMBS.kTypeCloseSubpath = 4

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 15.1
One of the type constants.

The path element that closes and completes a subpath. The element does not contain any points.

CGPathElementMBS.kTypeMoveToPoint = 0

Type Topic Plugin Version
const CoreGraphics MBS MacCG Plugin 15.1
One of the type constants.

The path element that starts a new subpath. The element holds a single point for the destination.

The items on this page are in the following plugins: MBS MacCG Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...