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

XCreateFontCursor() static private method

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