SKPath.AddMode Enum
Definition
Warning
This API is now obsolete.
Controls how a path is added to another path.
[System.Obsolete("Use SKPathAddMode instead.", true)]
public enum SKPath.AddMode
- Inheritance
-
SKPath.AddMode
- Attributes
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. |