Rect
Documentation / @elitechart/core / Rect
Defined in: paint/types.ts:18
A rectangle in canvas space. Matches the canvas API's (x, y, w, h)
convention.
Example
Properties
h
Defined in: paint/types.ts:22
w
Defined in: paint/types.ts:21
x
Defined in: paint/types.ts:19
y
Defined in: paint/types.ts:20