GdipGetTextureImage

 

 

Description

Gets a pointer to the Image object that is defined by this texture brush.

Syntax

GpStatus WINGDIPAPI GdipGetTextureImage(

    GpTexture *brush,

    GpImage **image

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetTextureImage ( _

    BYVAL brush AS DWORD, _

    BYREF pImage AS DWORD _

) AS LONG

Parameters

 

brush

[in] Pointer to the TextureBrush object.

image

[out] Pointer to a variable that receives a pointer to the Image object that is defined by this texture brush.

 

Valid HTML 4.01 Transitional