'Declaration
Public Function CanProcessShape( _ ByVal shapes() As DrawingObject, _ Optional ByVal isUIAction As Boolean, _ Optional ByVal actions As ShapeActionsCommand.Actions _ ) As Boolean
'Usage
Dim instance As WorksheetDrawing Dim shapes() As DrawingObject Dim isUIAction As Boolean Dim actions As ShapeActionsCommand.Actions Dim value As Boolean value = instance.CanProcessShape(shapes, isUIAction, actions)
public bool CanProcessShape( DrawingObject[] shapes, bool isUIAction, ShapeActionsCommand.Actions actions )
Parameters
- shapes
- The input arrays of shape.
- isUIAction
- a boolean value indicates whether executed from an UI action.
- actions
Return Value
Return true if can process shape, otherwise false.