Method function IGDIPlus.IGPStringFormat.SetLineAlignment(TGPStringAlignment) : TGPStringFormat
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: IGPStringFormat
Contents |
Syntax
Delphi:
function SetLineAlignment( align : TGPStringAlignment ) : TGPStringFormat;
C++ Builder:
TGPStringFormat __fastcall SetLineAlignment( TGPStringAlignment align );
Visual C++ (MFC):
SetLineAlignment( align );
Summary
Sets the line alignment of the TGPStringFormat object in relation to the origin of the layout rectangle.
Description
Call this method to set the line alignment of the TGPStringFormat object in relation to the origin of the layout rectangle. The line alignment setting specifies how to align the string vertically in the layout rectangle. The layout rectangle is used to position the displayed string.