Version

TextureBrush Constructor(Image,Single,Single,Single,Single,Single)

Initializes a new instance of the TextureBrush class.
Syntax
'Declaration
 
Public Function New( _
   ByVal image As Image, _
   ByVal angle As Single, _
   ByVal scaleX As Single, _
   ByVal scaleY As Single, _
   ByVal offsetX As Single, _
   ByVal offsetY As Single _
)
public TextureBrush( 
   Image image,
   float angle,
   float scaleX,
   float scaleY,
   float offsetX,
   float offsetY
)

Parameters

image
A Image object to fill interiors with.
angle
Rotation angle.
scaleX
Scale factor in X-direction.
scaleY
Scale factor in Y-direction.
offsetX
X-component of the offset.
offsetY
Y-component of the offset.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also