SKPathAddMode Enum

Definition

Controls how a path is added to another path.

public enum SKPathAddMode
Inheritance
SKPathAddMode

Fields

Append 0

Source path contours are added as new contours.

Extend 1

The path is added by extending the last contour of the destination path with the first contour of the source path. If the last contour of the destination path is closed, then it will not be extended. Instead, the start of source path will be extended by a straight line to the end point of the destination path.

Applies to