In This Topic
Inserts a new
Grayscale effect into the list.
Syntax
'Declaration
Public Function InsertGrayscale( _
ByVal As System.Integer _
) As Grayscale
public Grayscale InsertGrayscale(
System.int
)
Parameters
- index
- The effect index in the list.
Return Value
The inserted
Grayscale effect.
See Also