Skip to content

Overload_Aurora_EffectsEngine_EffectLayer__ctor

Anton Pupkov edited this page Aug 8, 2016 · 1 revision

EffectLayer Constructor

Overload List

 

Name Description
Public method EffectLayer() Creates a new instance of the EffectLayer class with default parameters.
Public method EffectLayer(String) Creates a new instance of the EffectLayer class with a specified layer name.
Public method EffectLayer(EffectLayer) A copy constructor, Creates a new instance of the EffectLayer class from another EffectLayer instance.
Public method EffectLayer(String, Color) Creates a new instance of the EffectLayer class with a specified layer name. And fills the layer bitmap with a specified color.
Public method EffectLayer(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
  Back to Top

See Also

Reference

EffectLayer Class
Aurora.EffectsEngine Namespace

Clone this wiki locally