Method function IGDIPlus.IGPPen.SetDashOffset(Single) : TGPPen
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: IGPPen
Contents |
Syntax
Delphi:
function SetDashOffset( dashOffset : Single ) : TGPPen;
C++ Builder:
TGPPen __fastcall SetDashOffset( float dashOffset );
Visual C++ (MFC):
SetDashOffset( dashOffset );
Summary
Sets the distance from the start of the line to the start of the first dash in a dashed line.
Description
Call this method to set the distance from the start of the line to the start of the first dash in a dashed line.