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

MethodDescription
get_Height() constGets verticalal size.
get_Size() constGets rectangle size.
get_Width() constGets horizontal size.
get_X() constGets left position.
get_Y() constGets tops position.
Rectangle_(int, int, int, int)Constructor.

See Also