InkDrawingNode.HotPoints Property
Gets the hotpoints for the shape.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)
Syntax
'Declaration
Public ReadOnly Property HotPoints As Point()
'Usage
Dim instance As InkDrawingNode
Dim value As Point()
value = instance.HotPoints
public Point[] HotPoints { get; }
public:
property array<Point>^ HotPoints {
array<Point>^ get ();
}
public function get HotPoints () : Point[]
Property Value
Type: array<System.Drawing.Point[]
The hotpoints for the shape.
Remarks
A hotpoint is a point along the ink that helps to define the shape. There are a minimum of two of these for each shape.
The number and meaning of the hotpoints varies depending on the shape recognized. For unrecognized shapes, an empty array is returned.
Platforms
Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0