Have an account?
Home » Developer Area » DigiGuide Script » Class: Size
var size = new Sizesize.cx = 100;size.cy = 200
var rc = new Rect( 0, 0, 100, 200 );var size = rc.getSize();debugOut( "size.cx=" + size.cx );debugOut( "size.cy=" + size.cy );
Copyright © digiguide.tv | Terms of Use | Privacy Policy, Cookies and GDPR