Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Scaling Method / Scaling(Point3D,Double) Method
Fixed point
Scale factor

In This Topic
    Scaling(Point3D,Double) Method
    In This Topic
    Create uniform scale transformation with a specified fixed point.
    Syntax
    'Declaration
     
    Public Overloads Sub Scaling( _
       ByVal fixedPoint As Point3D, _
       ByVal scaleFactor As Double _
    ) 
    public void Scaling( 
       Point3D fixedPoint,
       double scaleFactor
    )

    Parameters

    fixedPoint
    Fixed point
    scaleFactor
    Scale factor
    See Also