C# 클래스 AlbLib.Imaging.HeaderedImage

상속: ImageBase
파일 보기 프로젝트 열기: IllidanS4/AlbLib 1 사용 예제들

공개 메소드들

메소드 설명
FromRawData ( byte data ) : HeaderedImage

Creates new instance.

FromStream ( Stream stream ) : HeaderedImage

Creates new instance.

GetHeight ( ) : int
GetWidth ( ) : int
HeaderedImage ( Stream stream ) : System

Initializes new instance.

HeaderedImage ( byte rawdata ) : System

Initializes new instance.

HeaderedImage ( short width, short height, byte data ) : System

Initializes new instance.

ToRawData ( ) : byte[]

Converts entire image to format-influenced byte array.

메소드 상세

FromRawData() 공개 정적인 메소드

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

FromStream() 공개 정적인 메소드

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

GetHeight() 공개 메소드

public GetHeight ( ) : int
리턴 int

GetWidth() 공개 메소드

public GetWidth ( ) : int
리턴 int

HeaderedImage() 공개 메소드

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

HeaderedImage() 공개 메소드

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

HeaderedImage() 공개 메소드

Initializes new instance.
public HeaderedImage ( short width, short height, byte data ) : System
width short
height short
data byte
리턴 System

ToRawData() 공개 메소드

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