Spread Windows Forms 6.0 Product Documentation
MoveResizeCancelEventArgs Constructor
See Also  Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > MoveResizeCancelEventArgs Class : MoveResizeCancelEventArgs Constructor


rect
The rectangle which specifies the new location.

Glossary Item Box

Initializes a new instance of the MoveResizeCancelEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal rect As RectangleF _
)
Visual Basic (Usage)Copy Code
Dim rect As RectangleF
 
Dim instance As New MoveResizeCancelEventArgs(rect)
C# 
public MoveResizeCancelEventArgs( 
   RectangleF rect
)

Parameters

rect
The rectangle which specifies the new location.

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.