SWFShape
PHP Manual

SWFShape::movePen

(PHP 4 >= 4.0.5)

SWFShape::movePenMoves the shape's pen (relative)

Açıklama

void SWFShape::movePen ( float $dx , float $dy )
Uyarı

Bu işlev DENEYSELDİR. Bu işlevin davranışı, ismi ve belgeleri PHP'nin sonraki sürümlerinde hiçbir duyuru yapılmaksızın değiştirilebilir. Bu riski göze alamayacaksanız bu işlevi kullanmayın.

swfshape::setrightfill() move the shape's pen from coordinates (current x,current y) to (current x + dx, current y + dy) in the shape's coordinate space.

Dönen Değerler

Hiçbir değer dönmez.

Ayrıca Bakınız


SWFShape
PHP Manual