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

            if (TransformationCompleted != null)
            {
                TransformationCompleted(this, new EventArgs());
            }
        }
예제 #2
0
파일: FreeImage.cs 프로젝트: viticm/pap2
        public void ApplyTransformation(FreeImageTransformation transform)
        {
            transform.Run(this);

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