C# Class LineBrush, Paint3D

Inheritance: Brush
Afficher le fichier Open project: ivlab/Paint3D Class Usage Examples

Méthodes publiques

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

Method Details

AddVertex() public méthode

public AddVertex ( Vertex, v ) : void
v Vertex,
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

GetOptions() public méthode

public GetOptions ( ) : object>.Dictionary
Résultat object>.Dictionary

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SetOptions() public méthode

public SetOptions ( object>.Dictionary newOptions ) : void
newOptions object>.Dictionary
Résultat void