Prev
MagickWand For PHP
Manual


Next

DrawGetStrokeLineJoin

DrawGetStrokeLineJoin -- returns the shape to be used at the corners of paths (or other vector shapes) when they are stroked

Description

int DrawGetStrokeLineJoin( DrawingWand drw_wnd )

Returns the shape to be used at the corners of paths (or other vector
shapes) when they are stroked.

The returned value will be a LineJoin constant, one of the following:
   MW_UndefinedJoin
   MW_MiterJoin
   MW_RoundJoin
   MW_BevelJoin

A description of each parameter follows:

drw_wnd A DrawingWand resource


Prev
DrawGetStrokeLineCap
Up Next
DrawGetStrokeMiterLimit