Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Atspi
BoundingBox
C# 클래스 Atspi.BoundingBox
파일 보기
프로젝트 열기: mono/at-spi-sharp
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
Height
int
Width
int
X
int
Y
int
공개 메소드들
메소드
설명
BoundingBox
(
int
x
,
int
y
,
int
width
,
int
height
) :
System
메소드 상세
BoundingBox()
공개
메소드
public
BoundingBox
(
int
x
,
int
y
,
int
width
,
int
height
) :
System
x
int
y
int
width
int
height
int
리턴
System
프로퍼티 상세
Height
공개적으로 프로퍼티
public
int
Height
리턴
int
Width
공개적으로 프로퍼티
public
int
Width
리턴
int
X
공개적으로 프로퍼티
public
int
X
리턴
int
Y
공개적으로 프로퍼티
public
int
Y
리턴
int