PixelFormat Constructor (PixelFormat)

Initializes a new instance of the PixelFormat class from the specified existing pixel format.

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

Syntax

C#
public PixelFormat(
	PixelFormat format
)

Parameters

format

Type: Aurigma.GraphicsMill.PixelFormat

The PixelFormat to be copied.

See Also

Reference