Description
Gets the alignment currently set for this
Pen
object.
Syntax
GpStatus WINGDIPAPI GdipGetPenMode(
GpPen *pen,
GpPenAlignment
*penMode
);
PowerBASIC Syntax
DECLARE FUNCTION GdipGetPenMode ( _
BYVAL pen AS
DWORD, _
BYREF penMode
AS LONG _
) AS LONG
Parameters
pen
[in] Pointer to the
Pen
object.
penMode
[out] Pointer to a variable that receives an
element of the PenAlignment enumeration that
indicates the current alignment setting for this Pen
object.
|