Leer en inglés Editar

Compartir a través de


SKPathSegmentMask Enum

Definition

The flags used by SegmentMasks.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum SKPathSegmentMask
Inheritance
SKPathSegmentMask
Attributes

Fields

Name Value Description
Line 1

The path contains one or more line segments.

Quad 2

The path contains one or more quad segments.

Conic 4

The path contains one or more conic segments.

Cubic 8

The path contains one or more cubic segments.

Applies to

Producto Versiones
SkiaSharp 1.60.x, 1.68.x, 2.80.x, 2.88.x