Property | Type | Description | |
---|---|---|---|
Set | void | ||
SetSize | void |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetAliasName ( string name, bool flattenPaths ) : string | ||
Rect ( ) : System.Collections.Generic | ||
Rect ( |
||
Rect ( Rect rect ) : System.Collections.Generic | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Set ( Rect rect ) : void | ||
SetSize ( Rect rect ) : void |
public static GetAliasName ( string name, bool flattenPaths ) : string | ||
name | string | |
flattenPaths | bool | |
return | string |
public Rect ( |
||
source | ||
left | int | |
top | int | |
newWidth | int | |
newHeight | int | |
return | System.Collections.Generic |
public Rect ( Rect rect ) : System.Collections.Generic | ||
rect | Rect | |
return | System.Collections.Generic |