TBLGeometryType
Geometry type.
Geometry describes a shape or path that can be either rendered or added to TBLPath
container. Both TBLPath
and TBLContext
provide functionality to work with all geometry types. Please note that each type provided here requires to pass a matching record to the function that consumes AGeometryType
and AGeometryData
arguments.
Definition
Unit: Blend2D
type TBLGeometryType = (None, BoxI, BoxD, RectI, RectD, Circle, Ellipse, RoundRect, Arc, Chord, Pie, Line, Triangle, PolylineI, PolylineD...)
See Also
Enumeration Values
None (0)
No geometry provided.
BoxI (1)
TBLBoxI record.
BoxD (2)
TBLBox record.
RectI (3)
TBLRectI record.
RectD (4)
TBLRect record.
Circle (5)
TBLCircle record.
Ellipse (6)
TBLEllipse record.
RoundRect (7)
TBLRoundRect record.
Arc (8)
TBLArc record.
Chord (9)
TBLArc record representing chord.
Pie (10)
TBLArc record representing pie.
Line (11)
TBLLine record.
Triangle (12)
TBLTriangle record.
PolylineI (13)
TBLArrayView
PolylineD (14)
TBLArrayView
PolygonI (15)
TBLArrayView
PolygonD (16)
TBLArrayView
ArrayViewBoxI (17)
TBLArrayView
ArrayViewBoxD (18)
TBLArrayView
ArrayViewRectI (19)
TBLArrayView
ArrayViewRectD (20)
TBLArrayView
Path (21)
TBLPath.