SKPointMode Enum

Definition

Possible values to interpret the incoming array of points for the DrawPoints(SKPointMode, SKPoint[], SKPaint) method.

public enum SKPointMode
Inheritance
SKPointMode

Fields

Lines 1

Interpret the data as coordinates for lines.

Points 0

Interpret the data as coordinates for points.

Polygon 2

Interpret the data as coordinates for polygons.

Applies to