Rectangle class
Platform: ImagesLanguage: Python SDK:
An object that describes a rectangular region.
Constructor
- Rectangle()
- Create a Rectangle object.
Properties
- heightType:int
- Use this property to set and retrieve the height of the rectangular region.
- leftType:int
- Use this property to set and retrieve the left edge of the rectangular region.
- topType:int
- Use this property to set and retrieve the top edge of the rectangular region.
- widthType:int
- Use this property to set and retrieve the width of the rectangular region.