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

GetOffscreenGraphics() private method

private GetOffscreenGraphics ( object offscreen_drawable ) : Graphics
offscreen_drawable object
return Graphics
		internal override Graphics GetOffscreenGraphics (object offscreen_drawable)
		{
			return Graphics.FromHwnd ((IntPtr) offscreen_drawable);
		}
		
XplatUIX11