C# Class RectangleD, runtime

Afficher le fichier Open project: mikedn/runtime Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( RectangleD, &r1, RectangleD, &r2 ) : bool
RectangleD ( double x, double y, double width, double height ) : System,
ToString ( ) : string

Method Details

Equals() public static méthode

public static Equals ( RectangleD, &r1, RectangleD, &r2 ) : bool
r1 RectangleD,
r2 RectangleD,
Résultat bool

RectangleD() public méthode

public RectangleD ( double x, double y, double width, double height ) : System,
x double
y double
width double
height double
Résultat System,

ToString() public méthode

public ToString ( ) : string
Résultat string