·您当前的位置:首页 > 技术教程 > AS2与AS3技术 >

[AS3]as3中画虚线

时间:2014-05-05 10:40wayne23
ASCB Library下有一个Pen类,利用drawLine(nX0:Number, nY0:Number, nX1:Number, nY1:Number)方法画出一系列的直线,使其看起来像是虚线。其中nX0、nY0对应的是moveTo(x,y),nX1、nY1对应的是lineTo(x,y)。

ASCB Library下有一个Pen类,利用drawLine(nX0:Number, nY0:Number, nX1:Number, nY1:Number)方法画出一系列的直线,使其看起来像是虚线。其中nX0、nY0对应的是moveTo(x,y),nX1、nY1对应的是 lineTo(x,y)。

  1. package { 
  2.  import ascb.drawing.Pen; 
  3.   
  4.  import flash.display.Sprite; 
  5.  public class Sample0408 extends Sprite 
  6.  { 
  7.   public function Sample0408() 
  8.   { 
  9.    var sprite:Sprite = new Sprite();   
  10.    var pen:Pen = new Pen(sprite.graphics);    
  11.    pen.drawLine(0, 20, 10, 20); 
  12.    pen.drawLine(15, 20, 25, 20); 
  13.    pen.drawLine(30, 20, 40, 20); 
  14.    pen.drawLine(45, 20, 55, 20);   
  15.    this.addChild(sprite);  
  16.   } 
  17.  } 

 

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器