The SWFDisplayItem class
(PHP 5 < 5.3.0, PECL ming SVN)
类摘要
SWFDisplayItem
{
addColor
(
int $red
,
int $green
,
int $blue
[,
int $a
] ) :
void
move
(
float $dx
,
float $dy
) :
void
moveTo
(
float $x
,
float $y
) :
void
multColor
(
float $red
,
float $green
,
float $blue
[,
float $a
] ) :
void
rotate
(
float $angle
) :
void
scale
(
float $dx
,
float $dy
) :
void
scaleTo
(
float $x
[,
float $y
] ) :
void
setMatrix
(
float $a
,
float $b
,
float $c
,
float $d
,
float $x
,
float $y
) :
void
skewX
(
float $ddegrees
) :
void
skewY
(
float $ddegrees
) :
void
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.