InkDrawingNode.HotPoints Property
Gets the hotpoints for the shape.
Namespace: System.Windows.Ink
Assembly: IAWinFX (in IAWinFX.dll)
Syntax
'Declaration
Public ReadOnly Property HotPoints As PointCollection
'Usage
Dim instance As InkDrawingNode
Dim value As PointCollection
value = instance.HotPoints
public PointCollection HotPoints { get; }
public:
property PointCollection^ HotPoints {
PointCollection^ get ();
}
public function get HotPoints () : PointCollection
Property Value
Type: System.Windows.Media.PointCollection
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, at the beginning and end of a stroke.
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 XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
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