PocketPlanner Programmer's Guide

Brush.CreateGdiBrush Method

See Also

Returns an instance of a System.Drawing.Brush-derived class corresponding to the current brush.

 Overload List

Name Description

Brush.CreateGdiBrush (RectangleF)

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

Brush.CreateGdiBrush (RectangleF, Single, Single)

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.

 See Also