Charting for WinForms Programmer's Guide
Brush.CreateGdiBrush Method (RectangleF)
See Also
 






Returns an instance of a System.Drawing.Brush-derived class that can be used to paint in a GDI+ Graphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract Brush CreateGdiBrush (
    RectangleF rc
)

Visual Basic  Copy Code

Public MustOverride 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

CreateGdiBrush Method Overload List
Brush Members
Brush Class
MindFusion.Drawing Namespace