FreeEffect()

语法

FreeEffect(#Effect)
概要
Free the specified effect.

参数

#Effect The effect to free. If #PB_All is specified, all the remaining effects are freed.

返回值

无.

Remarks

Once the effect is freed, it may not be used anymore.

All remaining effects are automatically freed when the program ends.

参阅

CreateRibbonEffect(), CreateCompositorEffect()

已支持操作系统

所有

<- DetachRibbonEffect() - SpecialEffect Index - HideEffect() ->