Gets the line join.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public GStateLineJoin GetLineJoin()
Public Function GetLineJoin As GStateLineJoin
public:
virtual GStateLineJoin GetLineJoin() sealed
Return Value
Type:
GStateLineJoin currently selected LineJoin style
The line join style specifies the shape to be used at the corners of paths that
are stroked.
See Also