-
Notifications
You must be signed in to change notification settings - Fork 366
M_Aurora_EffectsEngine_EffectLayer__ctor_3
Anton Pupkov edited this page Aug 9, 2016
·
2 revisions
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)
C#
public EffectLayer(
string name,
LayerEffects effect,
LayerEffectConfig effect_config,
RectangleF rect = null
)
- 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
EffectLayer Class
EffectLayer Overload
Aurora.EffectsEngine Namespace