Esempio n. 1
0
		public static char GetFormatSize (ExifFormat format)
		{
			return exif_format_get_size (format);
		}
Esempio n. 2
0
		static extern char exif_format_get_size (ExifFormat format);
Esempio n. 3
0
		public static string GetFormatName (ExifFormat format)
		{
			IntPtr raw_ret = exif_format_get_name (format);
			return Marshal.PtrToStringAnsi (raw_ret);
		}
Esempio n. 4
0
	public static char GetFormatSize (ExifFormat format)
	{
		return ' ';
	}
Esempio n. 5
0
		static extern IntPtr exif_format_get_name (ExifFormat format);
Esempio n. 6
0
 public static char GetFormatSize(ExifFormat format)
 {
     return(' ');
 }
Esempio n. 7
0
	public static string GetFormatName (ExifFormat format)
	{
		return "";
	}
Esempio n. 8
0
 public static string GetFormatName(ExifFormat format)
 {
     return("");
 }
Esempio n. 9
0
 public static char GetFormatSize(ExifFormat format)
 {
     return(exif_format_get_size(format));
 }
Esempio n. 10
0
        public static string GetFormatName(ExifFormat format)
        {
            IntPtr raw_ret = exif_format_get_name(format);

            return(Marshal.PtrToStringAnsi(raw_ret));
        }
Esempio n. 11
0
 static extern char exif_format_get_size(ExifFormat format);
Esempio n. 12
0
 static extern IntPtr exif_format_get_name(ExifFormat format);