Метод | Описание | |
---|---|---|
Contains ( |
||
Contains ( |
||
Equals ( object obj ) : bool | ||
FRectangle ( |
||
FRectangle ( float x, float y, float width, float height ) : System | ||
GetHashCode ( ) : int | ||
Intersects ( |
||
Intersects ( |
||
ToRectangle ( ) : |
||
ToString ( ) : string | ||
ToString ( string format ) : string | ||
operator ( ) : |
||
operator ( ) : bool |
public Contains ( |
||
frectangle | ||
Результат | bool |
public Contains ( |
||
rectangle | ||
Результат | bool |
public FRectangle ( |
||
rectangle | ||
Результат | System |
public FRectangle ( float x, float y, float width, float height ) : System | ||
x | float | |
y | float | |
width | float | |
height | float | |
Результат | System |
public Intersects ( |
||
frectangle | ||
Результат | bool |
public Intersects ( |
||
rectangle | ||
Результат | bool |
public ToRectangle ( ) : |
||
Результат |
public ToString ( string format ) : string | ||
format | string | |
Результат | string |