CCT.NUI.Samples.ImageManipulation.InteractiveImage.InteractiveImage C# (CSharp) Method

InteractiveImage() public method

public InteractiveImage ( Bitmap image ) : System
image System.Drawing.Bitmap
return 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