Table of Contents

Class SolidBrush

Namespace
GHIElectronics.Endpoint.Drawing
Assembly
GHIElectronics.Endpoint.Drawing.dll
public class SolidBrush : Brush, ICloneable, IDisposable
Inheritance
SolidBrush
Implements
Inherited Members

Constructors

SolidBrush(Color)

public SolidBrush(Color color)

Parameters

color Color

Properties

Color

public Color Color { get; set; }

Property Value

Color

Methods

Clone()

Creates a new object that is a copy of the current instance.

public override object Clone()

Returns

object

A new object that is a copy of this instance.