Share via


Divider.Divider Constructor

Divider.Divider Constructor

Initializes a new instance of the Divider class.

Definition

Visual Basic .NET Public Sub Divider()
C# public Divider();
Managed C++ public: Divider();

Exceptions

COMException Leave Site: from Ink.CreateStrokes() or Strokes.Add().

Remarks

If you use this overload of the constructor, the Divider object contains no Strokes collection and has no RecognizerContext object assigned to it.

Examples

[C#]

This C# example creates a Divider object that contains no Strokes collection and to which no RecognizerContext object is assigned.

Divider theDivider = new Divider();

[Visual Basic .NET]

This Microsoft® Visual Basic® .NET example creates a Divider object that contains no Strokes collection and to which no RecognizerContext object is assigned.

Dim theDivider As New Divider()

See Also