Method | Description | |
---|---|---|
CreateRectangle ( float x, float y, int width, int height ) : |
||
CreateRectangleWithPivot ( float x, float y, int width, int height, float pivotX, float pivotY ) : |
||
ScaledPolygon ( ) : System | ||
SetUnscaledPoints ( IList |
||
UpdateDependencies ( double currentTime ) : void |
Method | Description | |
---|---|---|
RecalculateScale ( ) : void |
public static CreateRectangle ( float x, float y, int width, int height ) : |
||
x | float | |
y | float | |
width | int | |
height | int | |
return |
public static CreateRectangleWithPivot ( float x, float y, int width, int height, float pivotX, float pivotY ) : |
||
x | float | |
y | float | |
width | int | |
height | int | |
pivotX | float | |
pivotY | float | |
return |
public SetUnscaledPoints ( IList |
||
points | IList |
|
return | void |
public UpdateDependencies ( double currentTime ) : void | ||
currentTime | double | |
return | void |