SkiaSharp.SKSurface.SKSurface C# (CSharp) Méthode

SKSurface() private méthode

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