Skip to content

API Reference / @gtkx/cairo / InkExtents

Type Alias: InkExtents

InkExtents = object

Defined in: types.d.ts:202

The area a recording surface has been drawn on, in its coordinate space.

Properties

height

height: number

Defined in: types.d.ts:210

Height of the drawn area.


width

width: number

Defined in: types.d.ts:208

Width of the drawn area.


x0

x0: number

Defined in: types.d.ts:204

Horizontal position of the left edge.


y0

y0: number

Defined in: types.d.ts:206

Vertical position of the top edge.

Released under the MPL-2.0 License.