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 Rectanglestructure. | 
| top | int | The y-coordinate of the upper-left corner of this Rectanglestructure. | 
| right | int | The x-coordinate of the lower-right corner of this Rectanglestructure. | 
| bottom | int | The y-coordinate of the lower-right corner of this Rectanglestructure. | 
See Also
- module aspose.cad
- class Rectangle