C# Class ImageMagick.PixelStorageSettings

Class that contains setting for pixel storage.
Show file Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method Description
PixelStorageSettings ( )

Initializes a new instance of the PixelStorageSettings class.

PixelStorageSettings ( StorageType storageType, string mapping )

Initializes a new instance of the PixelStorageSettings class.

Private Methods

Method Description
Clone ( ) : PixelStorageSettings

Method Details

PixelStorageSettings() public method

Initializes a new instance of the PixelStorageSettings class.

PixelStorageSettings() public method

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).