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

XcursorLibraryLoadImages() private method

private XcursorLibraryLoadImages ( [ file, IntPtr theme, int size ) : IntPtr
file [
theme IntPtr
size int
return IntPtr
		internal extern static IntPtr XcursorLibraryLoadImages ([MarshalAs (UnmanagedType.LPStr)] string file, IntPtr theme, int size);
		
XplatUIX11