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

XcursorLibraryLoadImages() private méthode

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