Exemplo n.º 1
0
 public override bool LaunchConfiguration()
 {
     if (EffectHelper.LaunchSimpleEffectDialog(this))
     {
         Data.PropertyChanged += delegate {
             //TODO
             this.defaultRadius  = 2;                            //Math.Min(selection.Width, selection.Height) * 0.5;
             this.defaultRadius2 = this.defaultRadius * this.defaultRadius;
         };
         return(true);
     }
     return(false);
 }
Exemplo n.º 2
0
 public override bool LaunchConfiguration()
 {
     return(EffectHelper.LaunchSimpleEffectDialog(this));
 }
Exemplo n.º 3
0
 public override bool LaunchConfiguration()
 {
     return(EffectHelper.LaunchSimpleEffectDialog(this, AddinManager.CurrentLocalizer));
 }