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



Returns an instance of the System.Drawing.Drawing2D.PathGradientBrush 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

PathGradientBrush Members
PathGradientBrush Class
MindFusion.Drawing Namespace