InkColor(InkColor) Constructor
Initializes a new instance of
InkColor class by deep copy of another InkColor instance.
Namespace: BeeMobile.KeyboardAssembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
public InkColor(
InkColor anInkColor
)
Public Sub New (
anInkColor As InkColor
)
Parameters
- anInkColor InkColor
- An InkColor instance to be deep-copied.