Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / MoveResizeUndoAction Class / MoveResizeUndoAction Constructor
The object.
The new size.
The new location.


In This Topic
MoveResizeUndoAction Constructor
In This Topic
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)

Parameters

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