コード例 #1
0
ファイル: SKBitmap.cs プロジェクト: luislasonbra/PixelFarm
 static SKBitmap()
 {
     releaseDelegate = new SKBitmapReleaseDelegateInternal(SKBitmapReleaseInternal);
 }
コード例 #2
0
 static SKBitmap()
 {
     releaseDelegateInternal = new SKBitmapReleaseDelegateInternal(SKBitmapReleaseInternal);
     releaseDelegate         = Marshal.GetFunctionPointerForDelegate(releaseDelegateInternal);
 }
コード例 #3
0
ファイル: SKBitmap.cs プロジェクト: prepare/HTML-Renderer
		static SKBitmap ()
		{
			releaseDelegate = new SKBitmapReleaseDelegateInternal (SKBitmapReleaseInternal);
		}