Click or drag to resize

ChangePixelFormatCommandNewPixelFormat Property

Gets or sets the PixelFormat of the new image.

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 PixelFormat NewPixelFormat { get; set; }

Property Value

Type: PixelFormat
The PixelFormat of the new image.
Remarks
If the source and destination pixel formats are equal, ApplyToImage will return null.
See Also