Class Rect : getSize Method
Summary
Get the Size of the rectangle
Returns
The Size of the rectangle
Examples
var rc = new Rect( 0, 0, 100, 200 ); var size = rc.getSize(); debugOut( "size.cx=" + size.cx ); debugOut( "size.cy=" + size.cy );
|
See Also
Size
Requirements
build 1065
|