|
|
|
Public Member Functions | |
| RECT (Rectangle rect) | |
| Creates new RECT. | |
| RECT (int left, int top, int right, int bottom) | |
| Creates new RECT. | |
Public Attributes | |
| int | left |
| RECT Left point. | |
| int | top |
| RECT Top point. | |
| int | right |
| RECT Right point. | |
| int | bottom |
| RECT Bottom point. | |
| centrafuse.Plugins.Win32.RECT.RECT | ( | Rectangle | rect | ) |
Creates new RECT.
| centrafuse.Plugins.Win32.RECT.RECT | ( | int | left, | |
| int | top, | |||
| int | right, | |||
| int | bottom | |||
| ) |
Creates new RECT.
RECT Bottom point.
RECT Left point.
RECT Right point.
RECT Top point.
| Copyright © 2008 Flux Media, Inc. (U.S. Copyright Registration Number: TXu-1-239-794) |
|