Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NPolyPointsBase Class
Members


In This Topic
    NPolyPointsBase Class
    In This Topic
    Serves as base for geometry objects that are constructed by multiple points of the same type, such as Polygon and Polyline.
    Object Model
    NPolyPointsBase Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public MustInherit Class NPolyPointsBase 
       Inherits NMultiPointBase
       Implements INGeometryObject, Nevron.Nov.INDeeplyCloneable, Nevron.Nov.INRecyclable 
    'Usage
     
    
    Dim instance As NPolyPointsBase
    [System.Reflection.DefaultMember("Item")]
    public abstract class NPolyPointsBase : NMultiPointBase, INGeometryObject, Nevron.Nov.INDeeplyCloneable, Nevron.Nov.INRecyclable  
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Graphics.NSealableObject
          Nevron.Nov.Graphics.NMultiPointBase
             Nevron.Nov.Graphics.NPolyPointsBase
                Nevron.Nov.Graphics.NPolygon
                Nevron.Nov.Graphics.NPolyline

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also