Version

RadialGradientDirectBrush Constructor(ColorBlend,Point,Single,Single,Point,Matrix)

Initializes a new instance of the RadialGradientDirectBrush class.
Syntax
'Declaration
 
Public Function New( _
   ByVal blend As ColorBlend, _
   ByVal center As Point, _
   ByVal radiusX As Single, _
   ByVal radiusY As Single, _
   ByVal focus As Point, _
   ByVal transform As Matrix _
)
public RadialGradientDirectBrush( 
   ColorBlend blend,
   Point center,
   float radiusX,
   float radiusY,
   Point focus,
   Matrix transform
)

Parameters

blend
Color blend for the gradient.
center
Center point of the gradient.
radiusX
X-radius of the gradient.
radiusY
Y-radius of the gradient.
focus
Focus point of the gradient.
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