Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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()