Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PointRGB Class
Members

In This Topic
    PointRGB Class
    In This Topic
    Colored 3D point definition.
    Syntax
    'Declaration
     
    Public Class PointRGB 
       Inherits Point3D
       Implements IVertex 
    public class PointRGB : Point3D, IVertex  
    Inheritance Hierarchy

    System.Object
       devDept.Geometry.Point2D
          devDept.Geometry.Point3D
             devDept.Geometry.PointRGB

    See Also