ClientRect
Object Hierarchy:
Description:
[
CCode ( type_id =
"webkit_dom_client_rect_get_type ()" ) ]
[
GIR ( name =
"DOMClientRect" ) ]
public class ClientRect :
Object
Content:
Properties:
Creation methods:
Methods:
- public float get_bottom ()
Returns the bottom coordinate of this,
relative to the viewport.
- public float get_height ()
Returns the height of this.
- public float get_left ()
Returns the left coordinate of this,
relative to the viewport.
- public float get_right ()
Returns the right coordinate of this,
relative to the viewport.
- public float get_top ()
Returns the top coordinate of this,
relative to the viewport.
- public float get_width ()
Returns the width of this.
Inherited Members:
All known members inherited from class WebKit.DOM.Object
All known members inherited from class GLib.Object