System.Windows.Forms.XplatUIX11.GetOffscreenGraphics C# (CSharp) 메소드

GetOffscreenGraphics() 개인적인 메소드

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