[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Brush

Brush Class

Represents the base class of all kinds of brush

Implements
Namespace: C1.Framework.Drawing.Gdi
Assembly: C1.Win.Input.8.dll
Syntax
public abstract class Brush : GdiObject, IDisposable, ICloneable
Remarks

This is an abstract class, which is just details that it's ranged to Brush. To use a Brush, you should create an instance from its inherited class. Refer to SolidBrush, HatchBrush, PatternBrush

Constructors

Name Description
Brush()