Method function IGDIPlus.IGPCustomLineCap.GetStrokeJoin() : TGPLineJoin
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: IGPCustomLineCap
Contents |
Syntax
Delphi:
function GetStrokeJoin() : TGPLineJoin;
C++ Builder:
TGPLineJoin __fastcall GetStrokeJoin();
Visual C++ (MFC):
GetStrokeJoin();
Summary
Returns the style of LineJoin used to join multiple lines in the same TGPGraphicsPath object.
Description
Call this method to get the style of LineJoin used to join multiple lines in the same TGPGraphicsPath object.