示例#1
0
 static SKBitmap()
 {
     releaseDelegate = new SKBitmapReleaseDelegateInternal(SKBitmapReleaseInternal);
 }
示例#2
0
 static SKBitmap()
 {
     releaseDelegateInternal = new SKBitmapReleaseDelegateInternal(SKBitmapReleaseInternal);
     releaseDelegate         = Marshal.GetFunctionPointerForDelegate(releaseDelegateInternal);
 }
示例#3
0
		static SKBitmap ()
		{
			releaseDelegate = new SKBitmapReleaseDelegateInternal (SKBitmapReleaseInternal);
		}