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