Prev
MagickWand For PHP
Manual


Next

DrawSetClipUnits

DrawSetClipUnits -- sets the interpretation of clip path units in the current active image

Description

void DrawSetClipUnits( DrawingWand drw_wnd, int clip_path_units )

Sets the interpretation of clip path units in the current active image.

Returns void.

clip_path_units must be a ClipPathUnits constant, one of the following:
   MW_UserSpace
   MW_UserSpaceOnUse
   MW_ObjectBoundingBox

A description of each parameter follows:

drw_wnd A DrawingWand resource
clip_path_units A ClipPathUnits constant


Prev
DrawSetClipRule
Up Next
DrawSetFillAlpha