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


In This Topic
    NSizeD Structure
    In This Topic
    The NSizeD structure represents a size measured with width and height
    Object Model
    NSizeD Structure
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NSizeDTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.SerializableAttribute()>
    Public Structure NSizeD 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NSizeD
    [System.ComponentModel.Editor(Nevron.Editors.NSizeDTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.Serializable()]
    public struct NSizeD : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NSizeD

    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