Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / PointWithDisplacementSurrogate Class / PointWithDisplacementSurrogate Constructor

In This Topic
    PointWithDisplacementSurrogate Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pwd As PointWithDisplacement _
    )
    public PointWithDisplacementSurrogate( 
       PointWithDisplacement pwd
    )

    Parameters

    pwd
    See Also