SKPathSegmentMask Enum

Definition

The flags used by SegmentMasks.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum SKPathSegmentMask
Inheritance
SKPathSegmentMask
Attributes

Fields

Conic 4

The path contains one or more conic segments.

Cubic 8

The path contains one or more cubic segments.

Line 1

The path contains one or more line segments.

Quad 2

The path contains one or more quad segments.

Applies to