SKPathAddMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls how a path is added to another path.
public enum SKPathAddMode
- Inheritance
-
SKPathAddMode
Fields
Name | Value | Description |
---|---|---|
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. |