C# 클래스 AlbLib.Imaging.AnimatedHeaderedImage

상속: ImageBase, IAnimatedRenderable
파일 보기 프로젝트 열기: IllidanS4/AlbLib

공개 메소드들

메소드 설명
AnimatedHeaderedImage ( Stream stream ) : System

Initializes new instance.

AnimatedHeaderedImage ( byte rawdata ) : System

Initializes new instance.

FromRawData ( byte data ) : AnimatedHeaderedImage

Creates new instance.

FromStream ( Stream stream ) : AnimatedHeaderedImage

Creates new instance.

GetHeight ( ) : int
GetWidth ( ) : int
Render ( RenderOptions options ) : Image

Draws the image to bitmap.

Render ( byte index, RenderOptions options ) : Image

Draws the animated image to bitmap.

ToRawData ( ) : byte[]

Converts entire image to format-influenced byte array.

메소드 상세

AnimatedHeaderedImage() 공개 메소드

Initializes new instance.
public AnimatedHeaderedImage ( Stream stream ) : System
stream Stream
리턴 System

AnimatedHeaderedImage() 공개 메소드

Initializes new instance.
public AnimatedHeaderedImage ( byte rawdata ) : System
rawdata byte
리턴 System

FromRawData() 공개 정적인 메소드

Creates new instance.
public static FromRawData ( byte data ) : AnimatedHeaderedImage
data byte
리턴 AnimatedHeaderedImage

FromStream() 공개 정적인 메소드

Creates new instance.
public static FromStream ( Stream stream ) : AnimatedHeaderedImage
stream Stream
리턴 AnimatedHeaderedImage

GetHeight() 공개 메소드

public GetHeight ( ) : int
리턴 int

GetWidth() 공개 메소드

public GetWidth ( ) : int
리턴 int

Render() 공개 메소드

Draws the image to bitmap.
public Render ( RenderOptions options ) : Image
options RenderOptions /// More rendering options. ///
리턴 Image

Render() 공개 메소드

Draws the animated image to bitmap.
public Render ( byte index, RenderOptions options ) : Image
index byte /// Zero-based frame index. ///
options RenderOptions /// More rendering options. ///
리턴 Image

ToRawData() 공개 메소드

Converts entire image to format-influenced byte array.
public ToRawData ( ) : byte[]
리턴 byte[]