Property | Type | Description | |
---|---|---|---|
Bottom | int | ||
Left | int | ||
Right | int | ||
Top | int |
Method | Description | |
---|---|---|
Equals ( System.Windows.Forms.RECT value ) : bool | ||
Equals ( object obj ) : bool | ||
FromRectangle ( |
||
GetHashCode ( ) : int | ||
Inflate ( int width, int height ) : void | ||
RECT ( int left_, int top_, int right_, int bottom_ ) : System | ||
ToRectangle ( ) : |
public Equals ( System.Windows.Forms.RECT value ) : bool | ||
value | System.Windows.Forms.RECT | |
return | bool |
public static FromRectangle ( |
||
rectangle | ||
return | System.Windows.Forms.RECT |
public Inflate ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public RECT ( int left_, int top_, int right_, int bottom_ ) : System | ||
left_ | int | |
top_ | int | |
right_ | int | |
bottom_ | int | |
return | System |