Version

LinearGradientDirectBrush Constructor(ColorBlend,Rectangle,Matrix)

Initializes a new instance of the LinearGradientDirectBrush class.
Syntax
'Declaration
 
Public Function New( _
   ByVal blend As ColorBlend, _
   ByVal rectangle As Rectangle, _
   ByVal transform As Matrix _
)
public LinearGradientDirectBrush( 
   ColorBlend blend,
   Rectangle rectangle,
   Matrix transform
)

Parameters

blend
Color blend for the gradient.
rectangle
Bounding rectangle.
transform
Transformation matrix.
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