Edit

Share via


IAction2D.Invoke(Int32, Int32) Method

Definition

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.

Applies to