C# Класс AForge.Imaging.Formats.PNMImageInfo

Information about PNM image's frame.
Наследование: ImageInfo
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
Clone ( ) : object

Creates a new object that is a copy of the current instance.

PNMImageInfo ( ) : System

Initializes a new instance of the PNMImageInfo class.

PNMImageInfo ( int width, int height, int bitsPerPixel, int frameIndex, int totalFrames ) : System

Initializes a new instance of the PNMImageInfo class.

Описание методов

Clone() публичный Метод

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Результат object

PNMImageInfo() публичный Метод

Initializes a new instance of the PNMImageInfo class.
public PNMImageInfo ( ) : System
Результат System

PNMImageInfo() публичный Метод

Initializes a new instance of the PNMImageInfo class.
public PNMImageInfo ( int width, int height, int bitsPerPixel, int frameIndex, int totalFrames ) : System
width int Image's width.
height int Image's height.
bitsPerPixel int Number of bits per image's pixel.
frameIndex int Frame's index.
totalFrames int Total frames in the image.
Результат System