PHP Velho Oeste 2024

Gmagick::drawimage

(PECL gmagick >= Unknown)

Gmagick::drawimageRenders the GmagickDraw object on the current image

설명

public Gmagick Gmagick::drawimage ( GmagickDraw $GmagickDraw )

Renders the GmagickDraw object on the current image

인수

GmagickDraw

The drawing operations to render on the image.

반환값

The drawn Gmagick object

오류/예외

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