The information in this topic may be out of date. The current SDK reference guide has moved here.
RectangleSize method
A constructor that provides several ways to provide the values for the rectangle width and height.
Syntax
obj = RectangleSize(width, height)
Parameters
- width
- Type:int
- The width of the rectangle in pixels.
- height
- Type:int
- The height of the rectangle in pixels.
Return value
- Type: None