PixelFormat Constructor (PixelFormat)

Initializes a new instance of the PixelFormat class using the specified System.Drawing.Imaging.PixelFormat enumeration member.

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

Syntax

C#
public PixelFormat(
	PixelFormat format
)

Parameters

format

Type: System.Drawing.Imaging.PixelFormat

The System.Drawing.Imaging.PixelFormat from which to create the new PixelFormat.

See Also

Reference