Pinta.ImageManipulation.BitmapWrapper.BitmapWrapper C# (CSharp) Method

BitmapWrapper() public method

public BitmapWrapper ( System surface ) : System
surface System
return System
		public unsafe BitmapWrapper (System.Drawing.Bitmap surface)
		{
			this.surface = surface;
			height = surface.Height;
			width = surface.Width;
		}