| Package | stimulsoft.flex.graphics.path |
| Class | public class StiPathCurveTo |
| Inheritance | StiPathCurveTo StiPathCommand Object |
| Property | Defined By | ||
|---|---|---|---|
| ax : Number | StiPathCurveTo | ||
| ay : Number | StiPathCurveTo | ||
| command : int [override] [read-only] | StiPathCurveTo | ||
![]() | x : Number | StiPathCommand | |
![]() | y : Number | StiPathCommand | |
| Method | Defined By | ||
|---|---|---|---|
StiPathCurveTo(ax:Number, ay:Number, x:Number, y:Number) | StiPathCurveTo | ||
![]() | CurveTo(x:Number, y:Number, ax:Number, ay:Number):StiPathCurveTo [static] | StiPathCommand | |
![]() | LineTo(x:Number, y:Number):StiPathLineTo [static] | StiPathCommand | |
![]() | MoveTo(x:Number, y:Number):StiPathMoveTo [static] | StiPathCommand | |
| ax | property |
ax:Number public function get ax():Number public function set ax(value:Number):void| ay | property |
ay:Number public function get ay():Number public function set ay(value:Number):void| command | property |
command:int [read-only] [override] public function get command():int| StiPathCurveTo | () | Constructor |
public function StiPathCurveTo(ax:Number, ay:Number, x:Number, y:Number)ax:Number | |
ay:Number | |
x:Number | |
y:Number |