Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / MoveResizeCancelEventArgs Class / MoveResizeCancelEventArgs Constructor
The rectangle which specifies the new location.


In This Topic
MoveResizeCancelEventArgs Constructor
In This Topic
Initializes a new instance of the MoveResizeCancelEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal rect As RectangleF _
)
 
'Usage
 
Dim rect As RectangleF
 
Dim instance As New MoveResizeCancelEventArgs(rect)

Parameters

rect
The rectangle which specifies the new location.
See Also