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

In This Topic
    TransformationSurrogate Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal transformation As Transformation _
    )
    public TransformationSurrogate( 
       Transformation transformation
    )

    Parameters

    transformation
    See Also