Packagestimulsoft.flex.graphics.path
Classpublic class StiPathLineTo
InheritanceStiPathLineTo Inheritance StiPathCommand Inheritance Object



Public Properties
 PropertyDefined By
  command : int
[override] [read-only]
StiPathLineTo
 Inheritedx : Number
StiPathCommand
 Inheritedy : Number
StiPathCommand
Public Methods
 MethodDefined By
  
StiPathLineTo(x:Number, y:Number)
StiPathLineTo
 Inherited
CurveTo(x:Number, y:Number, ax:Number, ay:Number):StiPathCurveTo
[static]
StiPathCommand
 Inherited
LineTo(x:Number, y:Number):StiPathLineTo
[static]
StiPathCommand
 Inherited
MoveTo(x:Number, y:Number):StiPathMoveTo
[static]
StiPathCommand
Property Detail
commandproperty
command:int  [read-only] [override]


Implementation
    public function get command():int
Constructor Detail
StiPathLineTo()Constructor
public function StiPathLineTo(x:Number, y:Number)



Parameters
x:Number
 
y:Number