Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPoint Structure
Members


In This Topic
    NPoint Structure
    In This Topic
    The NPoint structure represents a point in 2D space defined by it's X and Y coordinates
    Object Model
    NPoint Structure
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(Nevron.GraphicsCore.NPointTypeConverter)>
    <System.SerializableAttribute()>
    Public Structure NPoint 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NPoint
    [System.ComponentModel.TypeConverter(Nevron.GraphicsCore.NPointTypeConverter)]
    [System.Serializable()]
    public struct NPoint : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NPoint

    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