Skip to content

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)

TBLArrayViewrepresenting a polyline.


PolylineD (14)

TBLArrayViewrepresenting a polyline.


PolygonI (15)

TBLArrayViewrepresenting a polygon.


PolygonD (16)

TBLArrayViewrepresenting a polygon.


ArrayViewBoxI (17)

TBLArrayViewrecord.


ArrayViewBoxD (18)

TBLArrayViewrecord.


ArrayViewRectI (19)

TBLArrayViewrecord.


ArrayViewRectD (20)

TBLArrayViewrecord.


Path (21)

TBLPath.