C# 클래스 ImageMagick.PixelStorageSettings

Class that contains setting for pixel storage.
파일 보기 프로젝트 열기: dlemstra/Magick.NET 1 사용 예제들

공개 메소드들

메소드 설명
PixelStorageSettings ( )

Initializes a new instance of the PixelStorageSettings class.

PixelStorageSettings ( StorageType storageType, string mapping )

Initializes a new instance of the PixelStorageSettings class.

비공개 메소드들

메소드 설명
Clone ( ) : PixelStorageSettings

메소드 상세

PixelStorageSettings() 공개 메소드

Initializes a new instance of the PixelStorageSettings class.

PixelStorageSettings() 공개 메소드

Initializes a new instance of the PixelStorageSettings class.
public PixelStorageSettings ( StorageType storageType, string mapping )
storageType StorageType The pixel storage type
mapping string The mapping of the pixels (e.g. RGB/RGBA/ARGB).