UIView Extension that allow to set/get x,y,width,height in ActionScript 3.0


/ Published in: Other
Save to your folder(s)

UIView Extension that allow to set/get x,y,width,height in ActionScript 3.0

myView.x =30;
myView2.x = myView.x;

myTextField.x = 30;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.