Click or drag to resize

ChangePixelFormatCommand Constructor (PixelFormat)

Initializes a new instance of ChangePixelFormatCommand specifying the new pixel format.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ChangePixelFormatCommand(
	PixelFormat newPixelFormat
)

Parameters

newPixelFormat
Type: Atalasoft.ImagingPixelFormat
The PixelFormat of the new image.
See Also