Method function IGDIPlus.IGPPen.GetAlignment() : TGPPenAlignment
From Mitov Wiki Doc
(Difference between revisions)
Latest revision as of 17:18, 18 October 2012
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.