ShapeActionsCommand Constructor(Shape,Int32,Double,Double)
In This Topic
Initializes a new instance of the
ShapeActionsCommand class for adjust handles action.
Syntax
'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