C# Class System.Windows.Size

Datei anzeigen Open project: apetrovskiy/STUPS Class Usage Examples

Public Methods

Method Description
Equals ( Size value ) : bool
Equals ( Size size1, Size size2 ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
Size ( double width, double height ) : System
operator ( ) : bool

Private Methods

Method Description
CreateEmptySize ( ) : Size

Method Details

Equals() public method

public Equals ( Size value ) : bool
value Size
return bool

Equals() public static method

public static Equals ( Size size1, Size size2 ) : bool
size1 Size
size2 Size
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Size() public method

public Size ( double width, double height ) : System
width double
height double
return System

operator() public static method

public static operator ( ) : bool
return bool