System::Windows::Forms::Screen::Rectangle_ class
Rectangle_ class
Describes rectangle with position and size. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type.
class Rectangle_
Methods
Method | Description |
---|---|
get_Height() const | Gets verticalal size. |
get_Size() const | Gets rectangle size. |
get_Width() const | Gets horizontal size. |
get_X() const | Gets left position. |
get_Y() const | Gets tops position. |
Rectangle_(int, int, int, int) | Constructor. |
See Also
- Class Screen
- Namespace System::Windows::Forms
- Library Aspose.PUB for C++