Transformation.Scaling (Double, Double, Double) Method

Creates non-uniform scale transformation with the origin as a fixed point.
Public Sub Scaling( _ 
ByVal sx As Double, _ 
ByVal sy As Double, _ 
Optional ByVal sz As Double = 1 _ 
)
This language is not supported or no code example is available.
public void Scaling( 
double sx
double sy
double sz = 1 
)
This language is not supported or no code example is available.

Parameters

sx
double

Scale factor along X

sy
double

Scale factor along Y

sz
double

Scale factor along Z

.NET Framework

Supported in: 4.8

In this article

Definition