Gmagick::rollimage

(PECL gmagick >= Unknown)

Gmagick::rollimageOffsets an image

설명

public Gmagick Gmagick::rollimage ( int $x , int $y )

Offsets an image as defined by x and y.

인수

x

The x offset.

y

The y offset.

반환값

The Gmagick object on success

오류/예외

Throws an GmagickException on error.

add a note add a note

User Contributed Notes

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