ChildChangeUndoAction Constructor(Int32,Int32,Int32,Int32,Single)
In This Topic
Creates a new undo action for moving a shape or cell note in the specified direction, changing its width and height, and rotation angle (for shapes only).
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Single _
)
'Usage
Dim dx As Integer
Dim dy As Integer
Dim dw As Integer
Dim dh As Integer
Dim dr As Single
Dim instance As New ChildChangeUndoAction(dx, dy, dw, dh, dr)
public ChildChangeUndoAction(
int ,
int ,
int ,
int ,
float
)
Parameters
- dx
- Horizontal change
- dy
- Vertical change
- dw
- Width change
- dh
- Height change
- dr
- Rotation angle change
See Also