Show / Hide Table of Contents

Class GIFPlainTextExtension

Represents textual data and the parameters necessary to render that data as a graphic, in a simple form.

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

Constructors

| Improve this Doc View Source

GIFPlainTextExtension()

Initializes a new instance of the GIFPlainTextExtension class.

Declaration
public GIFPlainTextExtension()

Properties

| Improve this Doc View Source

BackgroundColorIndex

Gets the color index of the text background color.

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

CellHeight

Gets the height of each cell in the grid.

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

CellWidth

Gets the width of each cell in the grid.

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

ForegroundColorIndex

Gets the color index of the text foreground color.

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

Height

Gets the height of the text grid.

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

Left

Gets the left position of the text.

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

Top

Gets the top position of the text.

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

Width

Gets the width of the text grid.

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