This documentation is for the old version. Go to the latest Graphics Mill docs

PixelFormatConverter.DestinationPixelFormat Property

Gets/sets a destination pixel format.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property DestinationPixelFormat As PixelFormat
C#
public PixelFormat DestinationPixelFormat { get; set; }

Property Value

PixelFormat value that specifies pixel format to convert bitmap to.

Remarks

Default value is Format24bppRgb.

See Also

Reference