GdipGetStringFormatAlign

 

 

Description

Gets an element of the StringAlignment enumeration that indicates the character alignment of this StringFormat object in relation to the origin of the layout rectangle. A layout rectangle is used to position the displayed string.

Syntax

GpStatus WINGDIPAPI GdipGetStringFormatAlign(

    GDIPCONST GpStringFormat *format,

    StringAlignment *align

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetStringFormatAlign ( _

    BYVAL pFormat AS DWORD, _

    BYREF align AS LONG _

) AS LONG

Parameters

 

format

[in] Pointer to the StringFormat object.

align

[out] Pointer to a variable that receives an element of the StringAlignment enumeration.

 

Valid HTML 4.01 Transitional