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


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

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NSizeF

    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