Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / ShapeActionsCommand Constructor / ShapeActionsCommand Constructor(Shape,Int32,Int32,Size)
The GrapeCity.Spreadsheet.Drawing.Shape that will be modified.


In This Topic
ShapeActionsCommand Constructor(Shape,Int32,Int32,Size)
In This Topic
Initializes a new instance of the ShapeActionsCommand class for delete node of the editing shape.
Syntax
'Declaration
 
Public Function New( _
   ByVal activeDrawingObject As Shape, _
   ByVal pathIndex As Integer, _
   ByVal nodeIndex As Integer, _
   Optional ByVal shapeChange As Size _
)
 
'Usage
 
Dim activeDrawingObject As Shape
Dim pathIndex As Integer
Dim nodeIndex As Integer
Dim shapeChange As Size
 
Dim instance As New ShapeActionsCommand(activeDrawingObject, pathIndex, nodeIndex, shapeChange)

Parameters

activeDrawingObject
The GrapeCity.Spreadsheet.Drawing.Shape that will be modified.
pathIndex
nodeIndex
shapeChange
See Also