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


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

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NRectangleD

    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