C# Class System.Windows.Size

Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CreateEmptySize ( ) : Size

Method Details

Equals() public méthode

public Equals ( Size value ) : bool
value Size
Résultat bool

Equals() public static méthode

public static Equals ( Size size1, Size size2 ) : bool
size1 Size
size2 Size
Résultat bool

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Size() public méthode

public Size ( double width, double height ) : System
width double
height double
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool