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


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

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NPointF

    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