Method function IGDIPlus.IGPCustomLineCap.GetBaseInset() : Single
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 GetBaseInset() : Single;
C++ Builder:
float __fastcall GetBaseInset();
Visual C++ (MFC):
GetBaseInset();
Summary
Returns the distance between the base cap to the start of the line.
Description
Call this method to get the distance between the base cap to the start of the line. Remarks The base inset is used to separate the base cap from the start of the line. A value of 0 makes the base cap and the line touch. A value greater than 0 inserts a space (in units) between the line cap and the start of the line.