C# Class CrossUI.Drawing.Size

Afficher le fichier Open project: pragmatrix/CrossUI Class Usage Examples

Méthodes publiques

Свойство Type Description
Vector Vector

Méthodes publiques

Méthode Description
Equals ( Size other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Size ( double widthAndHeight )
Size ( double width, double height )
operator ( ) : bool

Method Details

Equals() public méthode

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

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Size() public méthode

public Size ( double widthAndHeight )
widthAndHeight double

Size() public méthode

public Size ( double width, double height )
width double
height double

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Vector public_oe property

public Vector,CrossUI.Drawing Vector
Résultat Vector