프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Bottom | int | ||
Left | int | ||
Right | int | ||
Top | int |
메소드 | 설명 | |
---|---|---|
FromRectangle ( |
||
GetHashCode ( ) : int | ||
RECT ( int left_, int top_, int right_, int bottom_ ) : System | ||
ToRectangle ( ) : |
public static FromRectangle ( |
||
rectangle | ||
리턴 |
public RECT ( int left_, int top_, int right_, int bottom_ ) : System | ||
left_ | int | |
top_ | int | |
right_ | int | |
bottom_ | int | |
리턴 | System |