|
|||||||||
|
|||||||||
The SWFFill classВведениеThe SWFFill object allows you to transform (scale, skew, rotate) bitmap and gradient fills. swffill objects are created by the SWFShape->addFill() method. Class synopsisSWFFill
class SWFFill
{
/* Methods */
void moveTo
( int $x
, int $y
)
void rotateTo
( float $angle
)
void scaleTo
( int $x
[, int $y
] )
void skewXTo
( float $x
)
void skewYTo
( float $y
)
}Содержание
| |||||||||
|
|||||||||