InkColor   Conversion (InkColor to InkColor)

An overloaded cast operator which can be used to cast an object of this class to an object of InkColor.

Definition

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

Parameters

anInkColor  InkColor
A InkColor which should be cast.

Return Value

InkColor
A converted InkColor object.

Remarks

The operator was introduced to assure compatibility with BeeMobile.Common.XXXX assembly.

See Also