C# 클래스 Mono.UIAutomation.UiaDbus.Rect

파일 보기 프로젝트 열기: mono/uia2atk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
height double
width double
x double
y double

공개 메소드들

메소드 설명
Contains ( double px, double py ) : bool
Rect ( System.Windows rect ) : System
ToSWRect ( ) : Rect
ToString ( ) : string

메소드 상세

Contains() 공개 메소드

public Contains ( double px, double py ) : bool
px double
py double
리턴 bool

Rect() 공개 메소드

public Rect ( System.Windows rect ) : System
rect System.Windows
리턴 System

ToSWRect() 공개 메소드

public ToSWRect ( ) : Rect
리턴 System.Windows.Rect

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

height 공개적으로 프로퍼티

public double height
리턴 double

width 공개적으로 프로퍼티

public double width
리턴 double

x 공개적으로 프로퍼티

public double x
리턴 double

y 공개적으로 프로퍼티

public double y
리턴 double