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

The Graphic Control Extension contains parameters used when processing a graphic rendering block.
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DelayTime int
DisposalMethod DisposalMethod
TransparencyFlag bool
TransparencyIndex int

프로퍼티 상세

DelayTime 공개적으로 프로퍼티

If not 0, this field specifies the number of hundredths (1/100) of a second to wait before continuing with the processing of the Data Stream. The clock starts ticking immediately after the graphic is rendered. This field may be used in conjunction with the User Input Flag field.
public int DelayTime
리턴 int

DisposalMethod 공개적으로 프로퍼티

Indicates the way in which the graphic is to be treated after being displayed.
public DisposalMethod DisposalMethod
리턴 DisposalMethod

TransparencyFlag 공개적으로 프로퍼티

Indicates whether a transparency index is given in the Transparent Index field. (This field is the least significant bit of the byte.)
public bool TransparencyFlag
리턴 bool

TransparencyIndex 공개적으로 프로퍼티

The Transparency Index is such that when encountered, the corresponding pixel of the display device is not modified and processing goes on to the next pixel.
public int TransparencyIndex
리턴 int