Scaling(Point3D, Double) Constructor

3D point and scale factor constructor.
Public Sub New( _ 
ByVal fixedPoint As Point3D, _ 
ByVal factor As Double
)
This language is not supported or no code example is available.
public Scaling( 
Point3D fixedPoint
double factor 
)
This language is not supported or no code example is available.

Parameters

fixedPoint
Point3D

Fixed point

factor
double

Scale factor

.NET Framework

Supported in: 4.8

In this article

Definition