Edit

Share via


EffectsExtension.DeleteEffect Method

Definition

Overloads

DeleteEffect(UInt32)

This function deletes one Effect only.

DeleteEffect(Int32)

This function deletes one Effect only.

DeleteEffect(UInt32)

Important

This API is not CLS-compliant.

This function deletes one Effect only.

[System.CLSCompliant(false)]
public void DeleteEffect (ref uint effect);
member this.DeleteEffect :  -> unit

Parameters

effect
UInt32

Pointer to an effect name/handle identifying the Effect Object to be deleted.

Attributes

Applies to

DeleteEffect(Int32)

This function deletes one Effect only.

public void DeleteEffect (int effect);
member this.DeleteEffect : int -> unit

Parameters

effect
Int32

Pointer to an effect name/handle identifying the Effect Object to be deleted.

Applies to