AccessibleT.getBounds

Queries the coordinates and dimensions of this accessible

This functionality can be overridden by gtk.accessible.Accessible implementations, e.g. to get the bounds from an ignored child widget.

template AccessibleT()
override
bool
getBounds
(
out int x
,
out int y
,
out int width
,
out int height
)

Parameters

x int

the x coordinate of the top left corner of the accessible

y int

the y coordinate of the top left corner of the widget

width int

the width of the accessible object

height int

the height of the accessible object

Return Value

Type: bool

true if the bounds are valid, and false otherwise