C# Class GraphicalDebugging.GeometryItem

Inheritance: GraphicalDebugging.VariableItem
Afficher le fichier Open project: awulkiew/graphical-debugging Class Usage Examples

Méthodes publiques

Méthode Description
GeometryItem ( int colorId, Colors colors ) : System.Windows.Media
GeometryItem ( string name, string type, int colorId, Colors colors ) : System.Windows.Media

Private Methods

Méthode Description
SetColor ( int colorId, Colors colors ) : void

Method Details

GeometryItem() public méthode

public GeometryItem ( int colorId, Colors colors ) : System.Windows.Media
colorId int
colors Colors
Résultat System.Windows.Media

GeometryItem() public méthode

public GeometryItem ( string name, string type, int colorId, Colors colors ) : System.Windows.Media
name string
type string
colorId int
colors Colors
Résultat System.Windows.Media