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

XCreateFontCursor() 정적인 개인적인 메소드

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