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); }
public override bool LaunchConfiguration() { return(EffectHelper.LaunchSimpleEffectDialog(this)); }
public override bool LaunchConfiguration() { return(EffectHelper.LaunchSimpleEffectDialog(this, AddinManager.CurrentLocalizer)); }