Transformation.Scaling (Point3D, Double, Double, Double) Method

Create a non-uniform scale transformation with a specified fixed point.
Public Sub Scaling( _ 
ByVal fixedPoint As Point3D, _ 
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( 
Point3D fixedPoint
double sx
double sy
double sz = 1 
)
This language is not supported or no code example is available.

Parameters

fixedPoint
Point3D

Fixed point

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