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

In This Topic
    Scaling Constructor(Point3D,Double)
    In This Topic
    3D point and scale factor constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fixedPoint As Point3D, _
       ByVal factor As Double _
    )
    public Scaling( 
       Point3D fixedPoint,
       double factor
    )

    Parameters

    fixedPoint
    Fixed point
    factor
    Scale factor
    See Also