Enum GifImageDescriptorProperties
Specifies the image descriptor metadata properties for Graphics Interchange Format (GIF) frames.
public enum GifImageDescriptorProperties
Fields
Height = 4
[VT_UI2] Indicates height of this frame, in pixels.
InterlaceFlag = 6
[VT_BOOL] Indicates the interlace flag. TRUE if image is interlaced; otherwise, SharpDX.Result.False.
Left = 1
[VT_UI2] Indicates the X offset at which to locate this frame within the logical screen.
LocalColorTableFlag = 5
[VT_BOOL] Indicates the local color table flag. TRUE if global color table is present; otherwise, SharpDX.Result.False.
LocalColorTableSize = 8
[VT_UI1] Indicates the value used to calculate the number of bytes contained in the global color table.
To calculate the actual size of the color table, raise 2 to the value of the field + 1.
SortFlag = 7
[VT_BOOL] Indicates the sorted color table flag. TRUE if the color table is sorted from most frequently to least frequently used color; otherwise, SharpDX.Result.False.
Top = 2
[VT_UI2] Indicates the Y offset at which to locate this frame within the logical screen.
Width = 3
[VT_UI2] Indicates width of this frame, in pixels.