Points
Draws a sequence of points according to the given point_mode.
Inherits: canvas.Shape
Properties
paint- A style to draw points with.point_mode- Defines how a list of points is interpreted when drawing a set of points.points- The list of offsets describing points.
Properties
paintclass-attributeinstance-attribute
A style to draw points with.
point_modeclass-attributeinstance-attribute
point_mode: PointMode = PointMode.POINTSDefines how a list of points is interpreted when drawing a set of points.
pointsclass-attributeinstance-attribute
points: Optional[list[OffsetValue]] = NoneThe list of offsets describing points.