C# Class RectangleF, runtime

Show file Open project: mikedn/runtime Class Usage Examples

Public Methods

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

Method Details

Equals() public static method

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

RectangleF() public method

public RectangleF ( 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