GdipGetPenDashStyle

 

 

Description

Gets the number of elements in a dash pattern array.

Syntax

GpStatus WINGDIPAPI GdipGetPenDashStyle(

   GpPen *pen,

   GpDashStyle *dashstyle

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetPenDashStyle ( _

    BYVAL pen AS DWORD, _

    BYREF dashStyle AS LONG _

) AS LONG

Parameters

 

pen

[in] Pointer to the Pen object.

dashStyle

[out] Pointer to a variable that receives the number of elements in the dash pattern array.

 

Valid HTML 4.01 Transitional