Unicode Controls & Classes for VB6 - Version 4

clsGpBrush.CreateTextureBrush2I Function

Creates a textured brush with coordinates

Syntax
Public Function CreateTextureBrush2I (ByRef oImage As clsGpBitmap, _
ByVal x As Long, _
ByVal y As Long, _
ByVal Width As Long, _
ByVal Height As Long, _
Optional ByVal WrapMd As GpWrapMode = WrapModeTile) As GpStatus
Parameters
Parameter Description
ByRef oImage As clsGpBitmap The image to use as a texture
ByVal x As Long The source X coordinate
ByVal y As Long The source Y coordinate
ByVal Width As Long The source Width
ByVal Height As Long The source Height
Optional ByVal WrapMd As GpWrapMode = WrapModeTile The wrap method
Remarks