Click or drag to resize
OGBrush Methods

The OGBrush type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a copy of this brush.
Public methodEquals
Indicates whether this brush and a specified object are equal.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Calculates the hash code for this brush.
(Overrides ObjectGetHashCode.)
Public methodMakeGdiPlusBrush
Converts an OG Brush into a GDI+ brush object.
Public methodStatic memberOGHatchedBrush(Color, HatchStyle)
Creates a hatched brush using the specified foreground color and hatch style.
Public methodStatic memberOGHatchedBrush(Color, Color, HatchStyle)
Creates a hatched brush using the specified foreground color, background color, and hatch style.
Public methodStatic memberOGHollowBrush
Creates a hollow brush.
Public methodStatic memberOGSolidBrush
Creates a solid brush using the specified background color.
Top
See Also