Method function IGDIPlus.IGPCustomLineCap.GetWidthScale() : 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 GetWidthScale() : Single;
C++ Builder:
float __fastcall GetWidthScale();
Visual C++ (MFC):
GetWidthScale();
Summary
Returns the value of the scale width.
Description
Call this method to get the value of the scale width. This is the amount to scale the custom line cap relative to the width of the Pen object used to draw a line. The default value of 1.0 does not scale the line cap.