C# Class Brush, Paint3D

Inheritance: AbstractCareTool
Exibir arquivo Open project: ivlab/Paint3D Class Usage Examples

Public Methods

Method Description
AddVertex ( Vertex, v ) : void
Dispose ( ) : void
Draw ( ) : void
GetOptions ( ) : object>.Dictionary
Refresh ( ) : void
SetOptions ( object>.Dictionary newOptions ) : void

Method Details

AddVertex() public abstract method

public abstract AddVertex ( Vertex, v ) : void
v Vertex,
return void

Dispose() public abstract method

public abstract Dispose ( ) : void
return void

Draw() public abstract method

public abstract Draw ( ) : void
return void

GetOptions() public abstract method

public abstract GetOptions ( ) : object>.Dictionary
return object>.Dictionary

Refresh() public abstract method

public abstract Refresh ( ) : void
return void

SetOptions() public abstract method

public abstract SetOptions ( object>.Dictionary newOptions ) : void
newOptions object>.Dictionary
return void