phantomon

IResizable

Nov 18th, 2011
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. package mx.com.disegni.interfaces {
  2.  
  3.     import flash.display.IBitmapDrawable;
  4.  
  5.     public interface IResizable extends IBitmapDrawable{
  6.         function setSize( width:Number , height:Number ):void;
  7.     }
  8. }
Advertisement