IAction2D.Invoke(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes the action associated with two specified indices.
public void Invoke (int i, int j);
abstract member Invoke : int * int -> unit
Public Sub Invoke (i As Integer, j As Integer)
Parameters
- i
- Int32
The first index for the action to execute.
- j
- Int32
The second index for the action to execute.