Skip to content

M_Aurora_EffectsEngine_EffectLayer__ctor_3

Anton Pupkov edited this page Aug 9, 2016 · 2 revisions

EffectLayer Constructor (String, LayerEffects, LayerEffectConfig, RectangleF)

Creates a new instance of the EffectLayer class with a specified layer name. And applies a LayerEffect onto this EffectLayer instance. Using the parameters from LayerEffectConfig and a specified region in RectangleF

Namespace: Aurora.EffectsEngine
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)

Syntax

C#

public EffectLayer(
	string name,
	LayerEffects effect,
	LayerEffectConfig effect_config,
	RectangleF rect = null
)

Parameters

 

name
Type: System.String
A layer name
effect
Type: Aurora.Settings.LayerEffects
An enum specifying which LayerEffect to apply
effect_config
Type: LayerEffectConfig
Configurations for the LayerEffect
rect (Optional)
Type: System.Drawing.RectangleF
A rectangle specifying what region to apply effects in

See Also

Reference

EffectLayer Class
EffectLayer Overload
Aurora.EffectsEngine Namespace

Clone this wiki locally