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

_XCreatePixmapCursor() private method

private _XCreatePixmapCursor ( IntPtr display, IntPtr source, IntPtr mask, XColor &foreground_color, XColor &background_color, int x_hot, int y_hot ) : IntPtr
display IntPtr
source IntPtr
mask IntPtr
foreground_color XColor
background_color XColor
x_hot int
y_hot int
return IntPtr
		internal extern static IntPtr _XCreatePixmapCursor(IntPtr display, IntPtr source, IntPtr mask, ref XColor foreground_color, ref XColor background_color, int x_hot, int y_hot);
		internal static IntPtr XCreatePixmapCursor(IntPtr display, IntPtr source, IntPtr mask, ref XColor foreground_color, ref XColor background_color, int x_hot, int y_hot) {
XplatUIX11