Spread Windows Forms 10.0 Product Documentation
ChildChangeUndoAction Constructor(Int32,Int32,Int32,Int32,Single)


Horizontal change
Vertical change
Width change
Height change
Rotation angle change
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 dx As Integer, _
   ByVal dy As Integer, _
   ByVal dw As Integer, _
   ByVal dh As Integer, _
   ByVal dr 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 dx,
   int dy,
   int dw,
   int dh,
   float dr
)

Parameters

dx
Horizontal change
dy
Vertical change
dw
Width change
dh
Height change
dr
Rotation angle change
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ChildChangeUndoAction Class
ChildChangeUndoAction Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.