Brush Class

Used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
Hierarchy
SystemObject
  WebSupergoo.WordGlue4.RenderingBrush

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public class Brush

The Brush type exposes the following members.

Constructors
  Name Description
Public method Brush
Initializes a new instance of the Brush class with the specified Color property.
Top
Properties
  Name Description
Public property Color
Gets or sets the primary color of this Brush object.
Top
Methods
  Name Description
Public method Equals
Test whether the two objects are the same.
(Overrides ObjectEquals(Object).)
Public method GetHashCode
A hash code for the object.
(Overrides ObjectGetHashCode.)
Top
See Also