GdipGetTextureWrapMode

 

 

Description

Gets the wrap mode currently set for this texture brush.

Syntax

GpStatus WINGDIPAPI GdipGetTextureWrapMode(

    GpTexture *brush,

    GpWrapMode *wrapmode

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetTextureWrapMode ( _

    BYVAL brush AS DWORD, _

    BYREF wrapMode AS LONG _

) AS LONG

Parameters

 

brush

[in] Pointer to the TextureBrush object.

wrapMode

[out] Pointer to a variable that receives the wrap mode currently set for this texture brush. The value returned is one of the elements of the WrapMode enumeration.

 

Valid HTML 4.01 Transitional