ImageGlass.Library.Image.ExifThumbReader.GdipGetPropertyItem C# (CSharp) Method

GdipGetPropertyItem() private method

private GdipGetPropertyItem ( IntPtr image, int propid, int size, IntPtr buffer ) : int
image System.IntPtr
propid int
size int
buffer System.IntPtr
return int
        internal static extern int GdipGetPropertyItem(IntPtr image, int propid, int size, IntPtr buffer);