from_left_top_right_bottom method
from_left_top_right_bottom
Creates a Rectangle
structure with the specified edge locations.
Returns
The new Rectangle
that this method creates.
def from_left_top_right_bottom(self, left, top, right, bottom):
...
Parameter | Type | Description |
---|---|---|
left | int | The x-coordinate of the upper-left corner of this Rectangle structure. |
top | int | The y-coordinate of the upper-left corner of this Rectangle structure. |
right | int | The x-coordinate of the lower-right corner of this Rectangle structure. |
bottom | int | The y-coordinate of the lower-right corner of this Rectangle structure. |
See Also
- module
aspose.cad
- class
Rectangle