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?
optionalheight?:number|null
Defined in: structs.d.ts:21
Height of the rectangle.
width?
optionalwidth?:number|null
Defined in: structs.d.ts:19
Width of the rectangle.
x?
optionalx?:number|null
Defined in: structs.d.ts:15
Horizontal position of the left edge.
y?
optionaly?:number|null
Defined in: structs.d.ts:17
Vertical position of the top edge.