Transform.Scale Method
Appends scale factors in X and Y to the transform.
Thread safety: This property is not thread-safe.
Scale(System.Double x, System.Double y)
Appends scale factors in X and Y to the transform.Syntax
public void Scale (
System.Double x,
System.Double y
)
Parameters
x
Type: System.Double
The scale factor in X.
The scale factor in X.
y
Type: System.Double
The scale factor in Y.
The scale factor in Y.
Platforms
Windows, Linux, Android