Click or drag to resize

PnmImageInfo Constructor

Creates a new instance of PnmImageInfo.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PnmImageInfo(
	Size size,
	int colorDepth,
	PixelFormat pixelFormat,
	PnmImageType format,
	int maxValue
)

Parameters

size
Type: System.DrawingSize
colorDepth
Type: SystemInt32
pixelFormat
Type: Atalasoft.ImagingPixelFormat
format
Type: Atalasoft.Imaging.CodecPnmImageType
maxValue
Type: SystemInt32
See Also