System::Windows::Forms::Screen::Rectangle_ clase
Rectangle_ class
Describe un rectángulo con posición y tamaño. Este tipo debe asignarse en la pila y pasarse a funciones por valor o por referencia. Nunca use la clase System::SmartPtr para gestionar objetos de este tipo.
class Rectangle_
Métodos
| Método | Descripción |
|---|---|
| get_Height() const | Obtiene el tamaño vertical. |
| get_Size() const | Obtiene el tamaño del rectángulo. |
| get_Width() const | Obtiene el tamaño horizontal. |
| get_X() const | Obtiene la posición izquierda. |
| get_Y() const | Obtiene la posición superior. |
| Rectangle_(int, int, int, int) | Constructor. |
Ver también
- Class Screen
- Namespace System::Windows::Forms
- Library Aspose.Page for C++