Packagestimulsoft.flex.graphics.path
Classpublic class StiPathMoveTo
InheritanceStiPathMoveTo Inheritance StiPathCommand Inheritance Object



Public Properties
 PropertyDefined By
  command : int
[override] [read-only]
StiPathMoveTo
 Inheritedx : Number
StiPathCommand
 Inheritedy : Number
StiPathCommand
Public Methods
 MethodDefined By
  
StiPathMoveTo(x:Number, y:Number)
StiPathMoveTo
 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
StiPathMoveTo()Constructor
public function StiPathMoveTo(x:Number, y:Number)



Parameters
x:Number
 
y:Number