C# Class CSharpBridge.Brush

Show file Open project: zyq025/CSharpDesignPatterns

Protected Properties

Property Type Description
c CSharpBridge.Color

Public Methods

Method Description
Paint ( ) : void
SetColor ( CSharpBridge.Color c ) : void

Method Details

Paint() public abstract method

public abstract Paint ( ) : void
return void

SetColor() public method

public SetColor ( CSharpBridge.Color c ) : void
c CSharpBridge.Color
return void

Property Details

c protected property

protected Color,CSharpBridge c
return CSharpBridge.Color