Ink Constructor

Initializes a new instance of the Ink class with a specified name and an alternative color.

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

Syntax

C#
public Ink(
	string name,
	Color alternativeColor
)

Parameters

name

Type: System.String

The name to initialize this ink with.
alternativeColor

Type: Aurigma.GraphicsMill.Color

See Also

Reference