Scale Method
Scale(Size2F, float)
Scales the width and height by the specified scaleFactor.
Declaration
public static Size2F Scale(Size2F sz, float scaleFactor)
Parameters
Returns
Scale(float)
Scales the width and height by the specified scaleFactor.
Declaration
public void Scale(float scaleFactor)
Parameters
Type |
Name |
Description |
float |
scaleFactor |
|
Scale(Size2F, float, float)
Scales the width and height by the specified scaleX and scaleY.
Declaration
public static Size2F Scale(Size2F sz, float scaleX, float scaleY)
Parameters
Returns
Scale(float, float)
Scales the width and height by the specified scaleX and scaleY.
Declaration
public void Scale(float scaleX, float scaleY)
Parameters