Ink.Ink Constructor
Ink.Ink Constructor |
Initializes a new instance of the Ink class.
Definition
Visual Basic .NET Public Sub Ink() C# public Ink(); Managed C++ public: Ink();
Examples
[C#]
This C# example declares and creates an Ink object, theInk.
Ink theInk = new Ink();
[Visual Basic .NET]
This Microsoft® Visual Basic® .NET example declares and creates an Ink object, theInk.
Dim theInk As New Ink()