SourceEnum PointMode
from skia import PointModePointMode.LINES
PointMode.POINTS
PointMode.POLYGONSelects if an array of points are drawn as discrete points, as lines, or as an open polygon.
from skia import PointModePointMode.LINES
PointMode.POINTS
PointMode.POLYGONSelects if an array of points are drawn as discrete points, as lines, or as an open polygon.
PointMode.LINES Enum value§PointMode.POINTS Enum value§PointMode.POLYGON Enum value§