Method function IGDIPlus.IGPCustomLineCap.SetStrokeCap(TGPLineCap) : TGPCustomLineCap
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 SetStrokeCap( strokeCap : TGPLineCap ) : TGPCustomLineCap;
C++ Builder:
TGPCustomLineCap __fastcall SetStrokeCap( TGPLineCap strokeCap );
Visual C++ (MFC):
SetStrokeCap( strokeCap );
Summary
Sets the LineCap object used to start and end lines within the TGPGraphicsPath object that defines this TGPCustomLineCap object.
Description
Call this method to set the LineCap object used to start and end lines within the TGPGraphicsPath object that defines this TGPCustomLineCap object.