Свойство | Тип | Описание | |
---|---|---|---|
Set | void | ||
SetSize | void |
Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool | ||
GetAliasName ( string name, bool flattenPaths ) : string | ||
Rect ( ) : System.Collections.Generic | ||
Rect ( |
||
Rect ( Rect rect ) : System.Collections.Generic | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
Set ( Rect rect ) : void | ||
SetSize ( Rect rect ) : void |
public static GetAliasName ( string name, bool flattenPaths ) : string | ||
name | string | |
flattenPaths | bool | |
Результат | string |
public Rect ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public Rect ( |
||
source | ||
left | int | |
top | int | |
newWidth | int | |
newHeight | int | |
Результат | System.Collections.Generic |
public Rect ( Rect rect ) : System.Collections.Generic | ||
rect | Rect | |
Результат | System.Collections.Generic |