Forum und email

Imagick::getPage

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

Imagick::getPage — Returns the page geometry

Description

array Imagick::getPage ( void )
Warning

תיעוד לפונקציה זו אינו קיים. רק רשימת הארגומנטים זמינה ברגע זה.

Warning

הפונקציה זאת היא ניסיונית. ההתנהגות של הפונצקיה, שם הפונקציה וכל הדברים אשר מתועדים כאן עשויים להשתנות ללא התרעה בהפצות עתידיות של PHP. השתמש בתוספת זאת על אחריותך בלבד.

Returns the page geometry associated with the Imagick object in an associative array with the keys "width", "height", "x", and "y".

Parameters

Return Values

Returns the page geometry associated with the Imagick object in an associative array with the keys "width", "height", "x", and "y", throwing ImagickException on error.