MindFusion.Charting for WebForms Programmer's Guide
LinearGradientBrush.CreateGdiBrush Method
See Also
 



Creates an instance of the System.Drawing.Drawing2D.LinearGradientBrush class that can be used to paint in a GDI+ Graphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public override Brush CreateGdiBrush (
    RectangleF rc
)

Visual Basic  Copy Code

Public Overrides Function CreateGdiBrush( _
    rc As RectangleF _
) As Brush

 Parameters

rc

The rectangle in which painting will be performed.

 Return Value

An instance of the System.Drawing.Brush class corresponding to this brush.

 See Also

LinearGradientBrush Members
LinearGradientBrush Class
MindFusion.Drawing Namespace