Show / Hide Table of Contents

Class GIFGraphicControlExtension

Represents a GIF graphic control extension.

Inheritance
System.Object
GIFBlock
GIFExtensionBlock
GIFGraphicControlExtension
Inherited Members
GIFExtensionBlock.Label
GIFExtensionBlock.Data
GIFBlock.Separator
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class GIFGraphicControlExtension : GIFExtensionBlock

Constructors

| Improve this Doc View Source

GIFGraphicControlExtension()

Initializes a new instance of the GIFGraphicControlExtension class.

Declaration
public GIFGraphicControlExtension()

Properties

| Improve this Doc View Source

DelayTime

Specifies the number of hundredths(1/100) of a second to wait before continuing with the processing of the Data Stream.

Declaration
public ushort DelayTime { get; set; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

DisposalMethod

Indicates the way in which the graphic is to be treated after being displayed.

Declaration
public byte DisposalMethod { get; set; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

Reserved

Gets the reserved bits.

Declaration
public byte Reserved { get; set; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

TransparentColorFlag

Indicates whether a transparency index is given in the Transparent Index field.

Declaration
public bool TransparentColorFlag { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

TransparentColorIndex

The index of the transparent color.

Declaration
public byte TransparentColorIndex { get; set; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

UserInputFlag

Indicates whether or not user input is expected before continuing.

Declaration
public bool UserInputFlag { get; set; }
Property Value
Type Description
System.Boolean
Back to top Copyright © 2019 Özgür Özçıtak