Method | Description | |
---|---|---|
Scale ( this rectangle, float scale ) : |
||
Translate ( this rectangle, int x, int y ) : |
public static Scale ( this rectangle, float scale ) : |
||
rectangle | this | |
scale | float | |
return |
public static Translate ( this rectangle, int x, int y ) : |
||
rectangle | this | |
x | int | |
y | int | |
return |