C# Class ThemeEditor.WPF.RenderTools.PenTool

Exibir arquivo Open project: usagirei/3DS-Theme-Editor Class Usage Examples

Public Properties

Property Type Description
Color System.Windows.Media.Color
Opacity double
Width double

Public Methods

Method Description
Equals ( PenTool other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
PenTool ( Color c, double w, double o = 1 ) : System.Windows.Media

Method Details

Equals() public method

public Equals ( PenTool other ) : bool
other PenTool
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PenTool() public method

public PenTool ( Color c, double w, double o = 1 ) : System.Windows.Media
c System.Windows.Media.Color
w double
o double
return System.Windows.Media

Property Details

Color public_oe property

public Color,System.Windows.Media Color
return System.Windows.Media.Color

Opacity public_oe property

public double Opacity
return double

Width public_oe property

public double Width
return double