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


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

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NRectangleF

    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