C# 클래스 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
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Background byte
GlobalColorTableFlag bool
GlobalColorTableSize int
Height short
Width short

프로퍼티 상세

Background 공개적으로 프로퍼티

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
리턴 byte

GlobalColorTableFlag 공개적으로 프로퍼티

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
리턴 bool

GlobalColorTableSize 공개적으로 프로퍼티

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
리턴 int

Height 공개적으로 프로퍼티

Height, in pixels, of the Logical Screen where the images will be rendered in the displaying device.
public short Height
리턴 short

Width 공개적으로 프로퍼티

Width, in pixels, of the Logical Screen where the images will be rendered in the displaying device.
public short Width
리턴 short