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

In This Topic
    Vector2DSurrogate Class
    In This Topic
    Defines the devDept.Geometry.Vector2D surrogate.
    Syntax
    'Declaration
     
    Public Class Vector2DSurrogate 
       Inherits Point2DSurrogate
    public class Vector2DSurrogate : Point2DSurrogate 
    Inheritance Hierarchy

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

    See Also