Show / Hide Table of Contents

Class GIFBlock

Represents a block of GIF data.

Inheritance
System.Object
GIFBlock
GIFExtensionBlock
GIFImageDescriptor
GIFTerminator
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public abstract class GIFBlock

Constructors

| Improve this Doc View Source

GIFBlock(Byte)

Initializes a new instance of the GIFBlock class.

Declaration
protected GIFBlock(byte separator)
Parameters
Type Name Description
System.Byte separator

Separator byte.

Properties

| Improve this Doc View Source

Separator

Gets the block separator.

Declaration
public GIFSeparator Separator { get; }
Property Value
Type Description
GIFSeparator
Back to top Copyright © 2019 Özgür Özçıtak