GdipSetLineWrapMode

 

 

Description

Sets the transformation matrix of this linear gradient brush.

Syntax

GpStatus WINGDIPAPI GdipSetLineWrapMode(

    GpLineGradient *brush,

    GpWrapMode wrapmode

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetLineWrapMode ( _

    BYVAL brush AS DWORD, _

    BYVAL wrapMode AS LONG _

) AS LONG

Parameters

 

brush

[in] Pointer to the LinearGradientBrush object.

wrapMode

[in] Element of the WrapMode enumeration that specifies how areas painted with this linear gradient brush will be tiled. The value of this parameter must be one of the following elements:

  • WrapModeTile

  • WrapModeTileFlipX

  • WrapModeTileFlipY

  • WrapModeTileFlipXY

 

Valid HTML 4.01 Transitional