C# 클래스 ImageTools.IO.Gif.GifImageDescriptor

Each image in the Data Stream is composed of an Image Descriptor, an optional Local Color Table, and the image data. Each image must fit within the boundaries of the Logical Screen, as defined in the Logical Screen Descriptor.
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Height short
InterlaceFlag bool
Left short
LocalColorTableFlag bool
LocalColorTableSize int
Top short
Width short

프로퍼티 상세

Height 공개적으로 프로퍼티

Height of the image in pixels.
public short Height
리턴 short

InterlaceFlag 공개적으로 프로퍼티

Indicates if the image is interlaced. An image is interlaced in a four-pass interlace pattern.
public bool InterlaceFlag
리턴 bool

Left 공개적으로 프로퍼티

Column number, in pixels, of the left edge of the image, with respect to the left edge of the Logical Screen. Leftmost column of the Logical Screen is 0.
public short Left
리턴 short

LocalColorTableFlag 공개적으로 프로퍼티

Indicates the presence of a Local Color Table immediately following this Image Descriptor.
public bool LocalColorTableFlag
리턴 bool

LocalColorTableSize 공개적으로 프로퍼티

If the Local Color Table Flag is set to 1, the value in this field is used to calculate the number of bytes contained in the Local Color Table.
public int LocalColorTableSize
리턴 int

Top 공개적으로 프로퍼티

Row number, in pixels, of the top edge of the image with respect to the top edge of the Logical Screen. Top row of the Logical Screen is 0.
public short Top
리턴 short

Width 공개적으로 프로퍼티

Width of the image in pixels.
public short Width
리턴 short