System.Windows.Forms.XplatUIX11.GetOffscreenGraphics C# (CSharp) Méthode

GetOffscreenGraphics() private méthode

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