Class Brush
- Namespace
- GrapeCity.Documents.Drawing
- Assembly
- GcDocs.Imaging.dll
Abstract base class for brushes.
public abstract class Brush
- Inheritance
-
object
Brush
-
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Constructors
Brush()
Properties
Visible
Gets a value indicating whether the brush is actually visible.
public abstract bool Visible { get; }
Property Value
- bool
Methods
SameBrush(Brush)
Returns True if the specified brush is the same as the current brush.
protected abstract bool SameBrush(Brush brush)
Parameters
brush
Brush
Returns
- bool