Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / Create Method
The drawing objects to process.
The action agains the drawing object.
The location change of parent shape.


In This Topic
    Create Method (ShapeActionsCommand)
    In This Topic
    Initializes a new instance of the ShapeActionsCommand class.
    Syntax
    'Declaration
     
    
    Public Shared Function Create( _
       ByVal drawingObjects() As Shape, _
       ByVal action As ShapeActionsCommand.Actions, _
       ByVal flipHorizontal As Boolean, _
       Optional ByVal parentLocationChange As Size, _
       Optional ByVal worksheet As IWorksheet _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As Shape
    Dim action As ShapeActionsCommand.Actions
    Dim flipHorizontal As Boolean
    Dim parentLocationChange As Size
    Dim worksheet As IWorksheet
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.Create(drawingObjects, action, flipHorizontal, parentLocationChange, worksheet)

    Parameters

    drawingObjects
    The drawing objects to process.
    action
    The action agains the drawing object.
    flipHorizontal
    parentLocationChange
    The location change of parent shape.
    worksheet
    See Also