Autodesk.AutoCAD.Geometry Namespace > Matrix3d Structure > Matrix3d Methods > Scaling Method
Matrix3d.Scaling Method
Description

 

Returns the matrix of uniform scaling by scale factor scaleAll with respect to the point center.

Visual Basic
Public static Function Scaling(
    scaleAll As double, 
    center As Point3d
) As Matrix3d
C#
public static Matrix3d Scaling(
    double scaleAll, 
    Point3d center
);
Parameters
Parameters 
Description 
double scaleAll 
Input scale factor 
Point3d center 
Input origin point of the scale 
Links
   Comments?