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
)
Public Sub New (
size As Size,
colorDepth As Integer,
pixelFormat As PixelFormat,
format As PnmImageType,
maxValue As Integer
)
Parameters
- size
- Type: System.DrawingSize
- colorDepth
- Type: SystemInt32
- pixelFormat
- Type: Atalasoft.ImagingPixelFormat
- format
- Type: Atalasoft.Imaging.CodecPnmImageType
- maxValue
- Type: SystemInt32
See Also