C# Class RectangleD, runtime

Mostrar archivo Open project: mikedn/runtime Class Usage Examples

Public Methods

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

Method Details

Equals() public static method

public static Equals ( RectangleD, &r1, RectangleD, &r2 ) : bool
r1 RectangleD,
r2 RectangleD,
return bool

RectangleD() public method

public RectangleD ( double x, double y, double width, double height ) : System,
x double
y double
width double
height double
return System,

ToString() public method

public ToString ( ) : string
return string