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


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

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NRectangle

    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