Skip to content

API Reference / @gtkx/cairo / RectangleIntConstructorProps

Type Alias: RectangleIntConstructorProps

RectangleIntConstructorProps = object

Defined in: structs.d.ts:13

Initial field values for a RectangleInt; a field left out or set to null keeps zero.

Properties

height?

optional height?: number | null

Defined in: structs.d.ts:21

Height of the rectangle.


width?

optional width?: number | null

Defined in: structs.d.ts:19

Width of the rectangle.


x?

optional x?: number | null

Defined in: structs.d.ts:15

Horizontal position of the left edge.


y?

optional y?: number | null

Defined in: structs.d.ts:17

Vertical position of the top edge.

Released under the MPL-2.0 License.