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