Interface: SpaceRect
Defined in: render/render-context.ts:51
A bounding box in the current node's local space (origin = the node's
layout-cell centre, the same space shapes are drawn in). left/top use the
canvas convention (y down).
Properties
bottom
bottom:
number
Defined in: render/render-context.ts:55
left
left:
number
Defined in: render/render-context.ts:52
right
right:
number
Defined in: render/render-context.ts:54
top
top:
number
Defined in: render/render-context.ts:53