Ejemplo n.º 1
0
 static SKBitmap()
 {
     releaseDelegate = new SKBitmapReleaseDelegateInternal(SKBitmapReleaseInternal);
 }
Ejemplo n.º 2
0
 static SKBitmap()
 {
     releaseDelegateInternal = new SKBitmapReleaseDelegateInternal(SKBitmapReleaseInternal);
     releaseDelegate         = Marshal.GetFunctionPointerForDelegate(releaseDelegateInternal);
 }
Ejemplo n.º 3
0
		static SKBitmap ()
		{
			releaseDelegate = new SKBitmapReleaseDelegateInternal (SKBitmapReleaseInternal);
		}