Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPolylineF Class
Members


In This Topic
    NPolylineF Class
    In This Topic
    The NPolylineF class represents a polyline in 2D space defined by its vertices.
    Object Model
    NPolylineF Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.SerializableAttribute()>
    Public Class NPolylineF 
       Implements INGeometryPrimitive, INOpenFigurePrimitive 
    'Usage
     
    
    Dim instance As NPolylineF
    [System.Reflection.DefaultMember("Item")]
    [System.Serializable()]
    public class NPolylineF : INGeometryPrimitive, INOpenFigurePrimitive  
    Inheritance Hierarchy

    System.Object
       Nevron.GraphicsCore.NPolylineF

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also