C# Class LineBrush, Paint3D

Inheritance: Brush
Show file 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 method

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

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( ) : void
return void

GetOptions() public method

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

Refresh() public method

public Refresh ( ) : void
return void

SetOptions() public method

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