C# Class System.Drawing.Brush

Inheritance: MarshalByRefObject, ICloneable, IDisposable
Exibir arquivo Open project: mono/sysdrawing-coregraphics Class Usage Examples

Protected Properties

Property Type Description
changed bool

Public Methods

Method Description
Clone ( ) : object
Dispose ( ) : void
Dispose ( bool disposing ) : void

Private Methods

Method Description
Setup ( Graphics graphics, bool fill ) : void

Method Details

Clone() public abstract method

public abstract Clone ( ) : object
return object

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

Property Details

changed protected_oe property

protected bool changed
return bool