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

_XCreateFontCursor() private method

private _XCreateFontCursor ( IntPtr display, CursorFontShape shape ) : IntPtr
display IntPtr
shape CursorFontShape
return IntPtr
		internal extern static IntPtr _XCreateFontCursor(IntPtr display, CursorFontShape shape);
		internal static IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape) {
XplatUIX11