Returns an instance of a System.Drawing.Brush-derived class that can be used to paint in a GDI+ Graphics object.
Namespace: MindFusion.Drawing
Package: MindFusion.Common
C# Copy Code |
---|
public abstract Brush CreateGdiBrush ( |
Visual Basic Copy Code |
---|
Public MustOverride Function CreateGdiBrush( _ |
The rectangle in which painting will be performed.
An instance of the System.Drawing.Brush class corresponding to this brush.