Esempio n. 1
0
 private static extern void CloseMemoryWindows(FIMEMORY stream);
Esempio n. 2
0
 private static extern bool SaveToMemoryWindows(FREE_IMAGE_FORMAT fif, FIBITMAP dib, FIMEMORY stream, FREE_IMAGE_SAVE_FLAGS flags);
Esempio n. 3
0
 public static extern FREE_IMAGE_FORMAT GetFileTypeFromMemory(FIMEMORY stream, int size);
Esempio n. 4
0
 private static extern FREE_IMAGE_FORMAT GetFileTypeFromMemoryWindows(FIMEMORY stream, int size);
Esempio n. 5
0
 private static extern FIMULTIBITMAP LoadMultiBitmapFromMemoryWindows(FREE_IMAGE_FORMAT fif, FIMEMORY stream, FREE_IMAGE_LOAD_FLAGS flags);
 private static extern int TellMemoryMacOS(FIMEMORY stream);
Esempio n. 7
0
 public static extern bool SaveToMemory(FREE_IMAGE_FORMAT fif, FIBITMAP dib, FIMEMORY stream, int flags);
Esempio n. 8
0
 private static extern bool AcquireMemoryWindows(FIMEMORY stream, ref IntPtr data, ref uint size_in_bytes);
Esempio n. 9
0
 private static extern uint ReadMemoryLinux(byte[] buffer, uint size, uint count, FIMEMORY stream);
Esempio n. 10
0
 public static extern FIBITMAP LoadFromMemory(FREE_IMAGE_FORMAT fif, FIMEMORY stream, int flags);
Esempio n. 11
0
 private static extern int TellMemoryLinux(FIMEMORY stream);
Esempio n. 12
0
 private static extern FIBITMAP LoadFromMemoryLinux(FREE_IMAGE_FORMAT fif, FIMEMORY stream, FREE_IMAGE_LOAD_FLAGS flags);
Esempio n. 13
0
 private static extern void CloseMemoryLinux(FIMEMORY stream);
Esempio n. 14
0
 private static extern int TellMemoryWindows(FIMEMORY stream);
Esempio n. 15
0
 public static extern long TellMemory(FIMEMORY stream, int flags);
Esempio n. 16
0
 private static extern bool SeekMemoryWindows(FIMEMORY stream, int offset, System.IO.SeekOrigin origin);
Esempio n. 17
0
 public static extern bool SeekMemory(FIMEMORY stream, long offset, int origin);
Esempio n. 18
0
 private static extern uint WriteMemoryWindows(byte[] buffer, uint size, uint count, FIMEMORY stream);
Esempio n. 19
0
 public static extern long AcquireMemory(FIMEMORY stream, ref IntPtr data, ref int size_in_bytes);
Esempio n. 20
0
 public static extern void CloseMemory(FIMEMORY stream);
 private static extern void CloseMemoryMacOS(FIMEMORY stream);