The SWFFill class

(Ingen versionsoplysninger tilgængelige, findes måske kun i SVN)

Introduktion

The SWFFill object allows you to transform (scale, skew, rotate) bitmap and gradient fills.

swffill objects are created by the SWFShape::addFill() method.

Klasse synopsis

SWFFill {
/* Metoder */
void moveTo ( float $x , float $y )
void rotateTo ( float $angle )
void scaleTo ( float $x [, float $y ] )
void skewXTo ( float $x )
void skewYTo ( float $y )
}

Indholdsfortegnelse

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top