C# 클래스 ImageMagick.EightBimProfile

Class that can be used to access an 8bim profile.
상속: ImageProfile
파일 보기 프로젝트 열기: dlemstra/Magick.NET 1 사용 예제들

공개 메소드들

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

Initializes a new instance of the EightBimProfile class.

EightBimProfile ( byte data ) : System

Initializes a new instance of the EightBimProfile class.

EightBimProfile ( string fileName ) : System

Initializes a new instance of the EightBimProfile class.

비공개 메소드들

메소드 설명
CreateClipPath ( string name, int offset, int length ) : ClipPath
EightBimProfile ( MagickImage image, byte data ) : System
GetClipPath ( int offset, int length ) : string
Initialize ( ) : void

메소드 상세

EightBimProfile() 공개 메소드

Initializes a new instance of the EightBimProfile class.
public EightBimProfile ( Stream stream ) : System
stream Stream The stream to read the 8bim profile from.
리턴 System

EightBimProfile() 공개 메소드

Initializes a new instance of the EightBimProfile class.
public EightBimProfile ( byte data ) : System
data byte The byte array to read the 8bim profile from.
리턴 System

EightBimProfile() 공개 메소드

Initializes a new instance of the EightBimProfile class.
public EightBimProfile ( string fileName ) : System
fileName string The fully qualified name of the 8bim profile file, or the relative /// 8bim profile file name.
리턴 System