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


In This Topic
    NPointL Structure
    In This Topic
    Represents a point, defined as an ordered pair of lengths (X, Y), which control the point coordinates in two dimensional space.
    Object Model
    NPointL Structure
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(Nevron.GraphicsCore.NPointLConverter)>
    <System.SerializableAttribute()>
    Public Structure NPointL 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NPointL
    [System.ComponentModel.TypeConverter(Nevron.GraphicsCore.NPointLConverter)]
    [System.Serializable()]
    public struct NPointL : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NPointL

    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