SkiaSharp.SKImage.SKImage C# (CSharp) Method

SKImage() private method

private SKImage ( IntPtr x, bool owns ) : System
x System.IntPtr
owns bool
return System
		internal SKImage (IntPtr x, bool owns)
			: base (x, owns)
		{
		}