DrawGetClipUnits
DrawGetClipUnits -- returns the interpretation of clip path units in the current active image
Description
int DrawGetClipUnits( DrawingWand drw_wnd )
Returns the interpretation of clip path units in the current active image. The returned value will be a ClipPathUnits constant, one of the following: MW_UndefinedPathUnits MW_UserSpace MW_UserSpaceOnUse MW_ObjectBoundingBox
A description of each parameter follows:
| drw_wnd | A DrawingWand resource |