System::Drawing::Rectangle::FromLTRB method
Rectangle::FromLTRB method
Constructs a new Rectangle object that represents a rectangle with the specified edge locations.
static Rectangle System::Drawing::Rectangle::FromLTRB(int left, int top, int right, int bottom)
Parameter | Type | Description |
---|---|---|
left | int | The X coordinate of the left edge of the rectangle |
top | int | The Y coordinate of the top edge of the rectangle |
right | int | The X coordinate of the right edge of the rectangle |
bottom | int | The Y coordinate of the bottom edge of the rectangle |
ReturnValue
An instance of Rectangle class that represents the speified rectangle
See Also
- Class Rectangle
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Font for C++