System.Windows.Forms.XplatUIX11.DestroyOffscreenDrawable C# (CSharp) Method

DestroyOffscreenDrawable() private method

private DestroyOffscreenDrawable ( object offscreen_drawable ) : void
offscreen_drawable object
return void
		internal override void DestroyOffscreenDrawable (object offscreen_drawable)
		{
			XFreePixmap (DisplayHandle, (IntPtr)offscreen_drawable);
		}
XplatUIX11