InkColor(InkColor) Constructor

Initializes a new instance of InkColor class by deep copy of another InkColor instance.

Definition

Namespace: BeeMobile.Keyboard
Assembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
C#
public InkColor(
	InkColor anInkColor
)

Parameters

anInkColor  InkColor
An InkColor instance to be deep-copied.

See Also