Ming
PHP Manual

The SWFFill class

(No version information available, might only be in SVN)

Introducere

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

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

Sinopsisul clasei

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

Cuprins


Ming
PHP Manual