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

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

    System.Object
       devDept.Serialization.Surrogate<T>
          devDept.Serialization.Point2DSurrogate
             devDept.Serialization.Point3DSurrogate
             devDept.Serialization.Vector2DSurrogate

    See Also