Spread Windows Forms 12.0 Product Documentation
MoveResizeCancelEventArgs Constructor


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > MoveResizeCancelEventArgs Class : MoveResizeCancelEventArgs Constructor
The rectangle which specifies the new location.
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)
public MoveResizeCancelEventArgs( 
   RectangleF rect
)

Parameters

rect
The rectangle which specifies the new location.
See Also

Reference

MoveResizeCancelEventArgs Class
MoveResizeCancelEventArgs Members