uiautomation
uiautomation.uiautomation.Rect クラス

公開メンバ関数

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`.

構築子と解体子

◆ __init__()

def uiautomation.uiautomation.Rect.__init__ (   self,
int   left = 0,
int   top = 0,
int   right = 0,
int   bottom = 0 
)

メソッド詳解

◆ __eq__()

def uiautomation.uiautomation.Rect.__eq__ (   self,
  rect 
)

◆ __repr__()

str uiautomation.uiautomation.Rect.__repr__ (   self)

◆ __str__()

str uiautomation.uiautomation.Rect.__str__ (   self)

◆ contains()

bool uiautomation.uiautomation.Rect.contains (   self,
int  x,
int  y 
)

◆ height()

int uiautomation.uiautomation.Rect.height (   self)

◆ width()

int uiautomation.uiautomation.Rect.width (   self)

◆ xcenter()

int uiautomation.uiautomation.Rect.xcenter (   self)

◆ ycenter()

int uiautomation.uiautomation.Rect.ycenter (   self)

メンバ詳解

◆ bottom

uiautomation.uiautomation.Rect.bottom

◆ left

uiautomation.uiautomation.Rect.left

◆ right

uiautomation.uiautomation.Rect.right

◆ top

uiautomation.uiautomation.Rect.top

このクラス詳解は次のファイルから抽出されました: