The SWFFill class
(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)
Giriş
The SWFFill object allows you to transform (scale, skew, rotate) bitmap and gradient fills.
swffill objects are created by the SWFShape->addFill method.
Sınıf Sözdizimi
SWFFill
{
/* Yöntemler */
void rotateTo
( float $angle
)
void scaleTo
( float $x
[, float $y
] )
void skewXTo
( float $x
)
void skewYTo
( float $y
)
}İçindekiler
- SWFFill->moveTo — Moves fill origin
- SWFFill->rotateTo — Sets fill's rotation
- SWFFill->scaleTo — Sets fill's scale
- SWFFill->skewXTo — Sets fill x-skew
- SWFFill->skewYTo — Sets fill y-skew
There are no user contributed notes for this page.
