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

In This Topic
    TransformationSurrogate Class
    In This Topic
    Defines the devDept.Geometry.Transformation surrogate.
    Syntax
    'Declaration
     
    Public Class TransformationSurrogate 
       Inherits devDept.Serialization.Surrogate(Of Transformation)
    public class TransformationSurrogate : devDept.Serialization.Surrogate<Transformation> 
    Inheritance Hierarchy

    System.Object
       devDept.Serialization.Surrogate<T>
          devDept.Serialization.TransformationSurrogate

    See Also