Returns an instance of a System.Drawing.Brush-derived class that can be used to paint in a GDI+ Graphics object. The specified offset is used for texture or pattern brushes whose contents must scroll with the rest of the drawn image.
Namespace: MindFusion.Drawing
Package: MindFusion.Common
C# Copy Code |
---|
public virtual Brush CreateGdiBrush ( |
Visual Basic Copy Code |
---|
Public Overridable Function CreateGdiBrush( _ |
The rectangle in which painting will be performed.
Specifies a horizontal offset to apply to this brush.
Specifies a vertical offset to apply to this brush.
An instance of the System.Drawing.Brush class corresponding to this brush.