System.Windows.Forms.XplatUIX11.XcursorLibraryLoadImages C# (CSharp) 메소드

XcursorLibraryLoadImages() 개인적인 메소드

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