C# Class RectangleLLarge, runtime

显示文件 Open project: mikedn/runtime Class Usage Examples

Public Methods

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

Method Details

Equals() public static method

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

RectangleLLarge() public method

public RectangleLLarge ( long x, long y, long width, long height ) : System,
x long
y long
width long
height long
return System,

ToString() public method

public ToString ( ) : string
return string