Spread Windows Forms 6.0 Product Documentation
ChildChangeUndoAction Constructor(Int32,Int32,Int32,Int32,Single)
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > ChildChangeUndoAction Class > ChildChangeUndoAction Constructor : ChildChangeUndoAction Constructor(Int32,Int32,Int32,Int32,Single)


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

Glossary Item Box

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

Visual Basic (Declaration) 
Public Function New( _
   ByVal dx As Integer, _
   ByVal dy As Integer, _
   ByVal dw As Integer, _
   ByVal dh As Integer, _
   ByVal dr As Single _
)
Visual Basic (Usage)Copy Code
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)
C# 
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.