Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NResizeInfo Structure / NResizeInfo Constructor


In This Topic
    NResizeInfo Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal oldSize As System.Drawing.Size, _
       ByVal newSize As System.Drawing.Size _
    )
    'Usage
     
    
    Dim oldSize As System.Drawing.Size
    Dim newSize As System.Drawing.Size
     
    Dim instance As New NResizeInfo(oldSize, newSize)
    public NResizeInfo( 
       System.Drawing.Size oldSize,
       System.Drawing.Size newSize
    )

    Parameters

    oldSize
    newSize
    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