Method function IGDIPlus.IGPPen.GetAlignment() : TGPPenAlignment
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 GetAlignment() : TGPPenAlignment;
C++ Builder:
TGPPenAlignment __fastcall GetAlignment();
Visual C++ (MFC):
GetAlignment();
Summary
Returns the alignment currently set for this Pen object.
Description
Call this method to get the alignment currently set for this Pen object. Remarks The default value of is PenAlignmentCenter.