|
|
|
Texture Brush Functions (GDI+) |
|
The TextureBrush object is a Brush object that contains an Image object that is used for the fill. The fill image can be transformed by using the local Matrix object contained in the Brush object.
Return Values
|
|
GdipCreateTexture |
|
Description
Syntax
PowerBASIC Syntax
Parameter
image
wrapMode
texture
Remarks
|
|
GdipCreateTexture2 |
|
Description
Syntax
PowerBASIC Syntax
Parameter
image
wrapMode
x
y
width
height
texture
Remarks
|
|
GdipCreateTexture2I |
|
Description
Syntax
PowerBASIC Syntax
Parameter
image
wrapMode
x
y
width
height
texture
Remarks
|
|
GdipCreateTextureIA |
|
Description
Syntax
PowerBASIC Syntax
Parameter
image
imageAttributes
x
y
width
height
texture
|
|
GdipCreateTextureIAI |
|
Description
Syntax
PowerBASIC Syntax
Parameter
image
imageAttributes
x
y
width
height
texture
|
|
GdipGetTextureImage |
|
Description
Syntax
PowerBASIC Syntax
Parameter
brush
image
|
|
GdipGetTextureTransform |
|
Description
Syntax
PowerBASIC Syntax
Parameter
brush
matrix
|
|
GdipGetTextureWrapMode |
|
Description
Syntax
PowerBASIC Syntax
Parameter
brush
wrapMode
|
|
GdipMultiplyTextureTransform |
|
Description
Syntax
PowerBASIC Syntax
Parameter
brush
matrix
order
|
|
GdipResetTextureTransform |
|
Description
Syntax
PowerBASIC Syntax
Parameter
brush
|
|
GdipRotateTextureTransform |
|
Description
Syntax
PowerBASIC Syntax
Parameter
brush
angle
order
|
|
GdipScaleTextureTransform |
|
Description
Syntax
PowerBASIC Syntax
Parameter
brush
sx
sy
order
|
|
GdipSetTextureTransform |
|
Description
Syntax
PowerBASIC Syntax
Parameter
brush
matrix
|
|
GdipSetTextureWrapMode |
|
Description
Syntax
PowerBASIC Syntax
Parameter
brush
wrapMode
|
|
GdipTranslateTextureTransform |
|
Description
Syntax
PowerBASIC Syntax
Parameter
brush
dx
dy
order
|
Page last updated on Monday, 11 December 2006 11:01:16 +0100