public MoveResizeUndoAction( object obj, SizeF newSize, PointF newLoc )
'Declaration Public Function New( _ ByVal obj As Object, _ ByVal newSize As SizeF, _ ByVal newLoc As PointF _ )
'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)
'Usage
Dim obj As Object Dim newSize As SizeF Dim newLoc As PointF Dim instance As New MoveResizeUndoAction(obj, newSize, newLoc)
MoveResizeUndoAction Class MoveResizeUndoAction Members