GdipGetHatchStyle

 

 

Description

Gets the hatch style of this hatch brush.

Syntax

GpStatus WINGDIPAPI GdipGetHatchStyle(

    GpHatch *brush,

    GpHatchStyle *hatchstyle

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetHatchStyle ( _

    BYVAL brush AS DWORD, _

    BYREF hatchStyle AS LONG _

) AS LONG

Parameters

 

brush

[in] Pointer to the HatchBrush object.

hatchstyle

[out] Pointer to a variable that receives the hatch style, which is one of the elements of the HatchStyle enumeration.

 

Valid HTML 4.01 Transitional