C# Class RectangleNestedF, runtime

Show file Open project: mikedn/runtime Class Usage Examples

Public Methods

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

Method Details

Equals() public static method

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

RectangleNestedF() public method

public RectangleNestedF ( float x, float y, float width, float height ) : System,
x float
y float
width float
height float
return System,

ToString() public method

public ToString ( ) : string
return string