Spread Windows Forms 12.0 Product Documentation
MoveResizeUndoAction Constructor


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > MoveResizeUndoAction Class : MoveResizeUndoAction Constructor
The object.
The new size.
The new location.
Initializes a new instance of the MoveResizeUndoAction class.
Syntax
'Declaration
 
Public Function New( _
   ByVal obj As Object, _
   ByVal newSize As SizeF, _
   ByVal newLoc As PointF _
)
'Usage
 
Dim obj As Object
Dim newSize As SizeF
Dim newLoc As PointF
 
Dim instance As New MoveResizeUndoAction(obj, newSize, newLoc)
public MoveResizeUndoAction( 
   object obj,
   SizeF newSize,
   PointF newLoc
)

Parameters

obj
The object.
newSize
The new size.
newLoc
The new location.
See Also

Reference

MoveResizeUndoAction Class
MoveResizeUndoAction Members