Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / ShapeActionsCommand Constructor / ShapeActionsCommand Constructor(Shape,Int32,Double,Double)
The drawing object which resize action starts with.
The first value
The second value


In This Topic
ShapeActionsCommand Constructor(Shape,Int32,Double,Double)
In This Topic
Initializes a new instance of the ShapeActionsCommand class for adjust handles action.
Syntax
'Declaration
 
Public Function New( _
   ByVal activeDrawingObject As Shape, _
   ByVal shapeAdjustHandleIndex As Integer, _
   ByVal shapeAdjustHandleFirstValue As Double, _
   ByVal shapeAdjustHandleSecondValue As Double _
)
 
'Usage
 
Dim activeDrawingObject As Shape
Dim shapeAdjustHandleIndex As Integer
Dim shapeAdjustHandleFirstValue As Double
Dim shapeAdjustHandleSecondValue As Double
 
Dim instance As New ShapeActionsCommand(activeDrawingObject, shapeAdjustHandleIndex, shapeAdjustHandleFirstValue, shapeAdjustHandleSecondValue)

Parameters

activeDrawingObject
The drawing object which resize action starts with.
shapeAdjustHandleIndex
shapeAdjustHandleFirstValue
The first value
shapeAdjustHandleSecondValue
The second value
See Also