CCT.NUI.Samples.ImageManipulation.InteractiveImage.InteractiveImage C# (CSharp) 메소드

InteractiveImage() 공개 메소드

public InteractiveImage ( Bitmap image ) : System
image System.Drawing.Bitmap
리턴 System
        public InteractiveImage(Bitmap image)
        {
            this.originalImage = image;
            this.bitmap = image;
            this.size = new Size(image.Width, image.Height);
        }

Same methods

InteractiveImage::InteractiveImage ( Bitmap image, int x, int y ) : System