Method function IGDIPlus.IGPCustomLineCap.GetBaseCap() : TGPLineCap
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 GetBaseCap() : TGPLineCap;
C++ Builder:
TGPLineCap __fastcall GetBaseCap();
Visual C++ (MFC):
GetBaseCap();
Summary
Returns the style of the base cap.
Description
Call this method to get the style of the base cap. The base cap is a LineCap object used as a cap at the end of a line along with this TGPCustomLineCap object.