Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point3D Class / TransformBy Method
The transformation to be applied

In This Topic
    TransformBy Method (Point3D)
    In This Topic
    Transforms the 3D point by the specified transformation.
    Syntax
    'Declaration
     
    Public Overrides Sub TransformBy( _
       ByVal xform As Transformation _
    ) 
    public override void TransformBy( 
       Transformation xform
    )

    Parameters

    xform
    The transformation to be applied
    See Also