Edit

Share via


PictureEffects.Delete(Int32) Method

Definition

Deletes a PictureEffect object from the collection.

public void Delete (int Index = -1);
abstract member Delete : int -> unit
Public Sub Delete (Optional Index As Integer = -1)

Parameters

Index
Int32

Specifies the index number of the PictureEffect object to delete.

Applies to