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

XCreateFontCursor() static private méthode

static private XCreateFontCursor ( IntPtr display, CursorFontShape shape ) : IntPtr
display IntPtr
shape CursorFontShape
Résultat IntPtr
		internal static IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape) {
			DebugHelper.TraceWriteLine ("XCreateFontCursor");
			return _XCreateFontCursor(display, shape);
		}
XplatUIX11