Rectangles
The Rectangles subsection of the Object section of the evCreate API includes a function to create rectangle items.
rectangle namespace
The Rectangles subsection of the Object evCreate API section is accessed with the rectangle namespace inside the object namespace:
evCreate.object.rectangle.Function()
Functions
Create(bounds: EvRect, zOrder?: EvObjectZOrder): Promise<EvItem>A function to create a new rectangle item.
09 April 2025