Draw Round Rectangle Complex : DrawRoundRectComplex : Graphics Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Graphics » DrawRoundRectComplex »

 

Draw Round Rectangle Complex


 

package{
  import flash.display.*;
  
  public class Main extends Sprite{
    public function Main(){
        var shape:Shape = new Shape();
        addChild(shape);
        shape.graphics.beginFill(0x0000001);
        shape.graphics.drawRoundRectComplex(00300300100000);
        shape.graphics.endFill();
    }
  }
}

        



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo Graphics
» DrawRoundRectComplex