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

_XCreateFontCursor() private méthode

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