[]
        
(Showing Draft Content)

GrapeCity.Drawing.CombinedBrush

CombinedBrush Class

Represents a set of brushes.

Inheritance
CombinedBrush
Implements
Namespace: GrapeCity.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public sealed class CombinedBrush : Brush, IEquatable<Brush>
Public NotInheritable Class CombinedBrush
    Inherits Brush
    Implements IEquatable(Of Brush)

Properties

Name Description
Count

Gets the total number of brushes.

this[int]

Gets the brush at the specified index.

Methods

Name Description
Clone()

Creates a new Brush instance with the same value as an existing brush.

Equals(Brush)

Indicates whether the current object is equal to another object of the same type.