uiautomation
|
公開メンバ関数 | |
def | __init__ (self, int left=0, int top=0, int right=0, int bottom=0) |
int | width (self) |
int | height (self) |
int | xcenter (self) |
int | ycenter (self) |
bool | contains (self, int x, int y) |
def | __eq__ (self, rect) |
str | __str__ (self) |
str | __repr__ (self) |
公開変数類 | |
left | |
top | |
right | |
bottom | |
class Rect, like `ctypes.wintypes.RECT`.
def uiautomation.uiautomation.Rect.__init__ | ( | self, | |
int | left = 0 , |
||
int | top = 0 , |
||
int | right = 0 , |
||
int | bottom = 0 |
||
) |
def uiautomation.uiautomation.Rect.__eq__ | ( | self, | |
rect | |||
) |
str uiautomation.uiautomation.Rect.__repr__ | ( | self | ) |
str uiautomation.uiautomation.Rect.__str__ | ( | self | ) |
bool uiautomation.uiautomation.Rect.contains | ( | self, | |
int | x, | ||
int | y | ||
) |
int uiautomation.uiautomation.Rect.height | ( | self | ) |
int uiautomation.uiautomation.Rect.width | ( | self | ) |
int uiautomation.uiautomation.Rect.xcenter | ( | self | ) |
int uiautomation.uiautomation.Rect.ycenter | ( | self | ) |
uiautomation.uiautomation.Rect.bottom |
uiautomation.uiautomation.Rect.left |
uiautomation.uiautomation.Rect.right |
uiautomation.uiautomation.Rect.top |