C# Class ImageTools.IO.Gif.GifLogicalScreenDescriptor

The Logical Screen Descriptor contains the parameters necessary to define the area of the display device within which the images will be rendered
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
Background byte
GlobalColorTableFlag bool
GlobalColorTableSize int
Height short
Width short

Property Details

Background public_oe property

Index into the Global Color Table for the Background Color. The Background Color is the color used for those pixels on the screen that are not covered by an image.
public byte Background
Résultat byte

GlobalColorTableFlag public_oe property

Flag indicating the presence of a Global Color Table; if the flag is set, the Global Color Table will immediately follow the Logical Screen Descriptor.
public bool GlobalColorTableFlag
Résultat bool

GlobalColorTableSize public_oe property

If the Global Color Table Flag is set to 1, the value in this field is used to calculate the number of bytes contained in the Global Color Table.
public int GlobalColorTableSize
Résultat int

Height public_oe property

Height, in pixels, of the Logical Screen where the images will be rendered in the displaying device.
public short Height
Résultat short

Width public_oe property

Width, in pixels, of the Logical Screen where the images will be rendered in the displaying device.
public short Width
Résultat short