Beispiel #1
0
        public void ApplyTransformation(FreeImageTransformation transform)
        {
            transform.Run(this);

            if (TransformationCompleted != null)
            {
                TransformationCompleted(this, new EventArgs());
            }
        }
Beispiel #2
0
        public void ApplyTransformation(FreeImageTransformation transform)
        {
            transform.Run(this);

            if (TransformationCompleted != null)
                TransformationCompleted(this, new EventArgs());
        }