SkiaSharp.SKSurface.SKSurface C# (CSharp) Method

SKSurface() private method

private SKSurface ( IntPtr h, bool owns ) : System
h System.IntPtr
owns bool
return System
		internal SKSurface (IntPtr h, bool owns)
			: base (h, owns)
		{
		}