GMImage.GetStrokeLineJoin
-------------------------

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

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [GraphicsMagick](component_GraphicsMagick.md) | [2.0](newinversion20.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "GMImage.GetStrokeLineJoin"; ImageRef ) 

**MBS**( **"GMImage.GetStrokeLineJoin";** /\* Specify the shape to be used at the corners of paths (or other vector shapes) when they are stroked. \*/  
**$ImageRef**) /\* The image reference number.e.g. 1 \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| ImageRef | The image reference number. | 1 |

### Result

Returns a number.

### Description

Specify the shape to be used at the corners of paths (or other vector shapes) when they are stroked.  
UndefinedJoin = 0, MiterJoin = 1, RoundJoin = 2, BevelJoin = 3  
### See also

- [GMImage.GetStrokeLineCap](GMImageGetStrokeLineCap.md)
- [GMImage.GetStrokeMiterLimit](GMImageGetStrokeMiterLimit.md)
- [GMImage.SetStrokeLineCap](GMImageSetStrokeLineCap.md)
- [GMImage.SetStrokeLineJoin](GMImageSetStrokeLineJoin.md)

This function checks for a license.

Created 18th August 2014 , last changed 18th August 2014

  
[GMImage.GetStrokeLineCap](GMImageGetStrokeLineCap.md) - [GMImage.GetStrokeMiterLimit](GMImageGetStrokeMiterLimit.md)

[HTML Version](GMImageGetStrokeLineJoin.shtml)