C# Класс ImageMagick.PixelStorageSettings

Class that contains setting for pixel storage.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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).