ImageParams.Create Method

Returns a new ImageParams from an object implementing the IImageParams interface.

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

Syntax

C#
public static ImageParams Create(
	IImageParams params
)

Parameters

params

Type: Aurigma.GraphicsMill.IImageParams

An object implementing the IImageParams interface to create a new ImageParams from.

Return Value

A new ImageParams instance.

See Also

Reference