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


NResizeInfo Constructor
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)

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