Freigeben über


InkDrawingNode.HotPoints Property

Gets the hotpoints for the shape.

Namespace: System.Windows.Ink
Assembly: IAWinFX (in iawinfx.dll)
XML Namespace:  https://schemas.microsoft.com/winfx/2006/xaml/presentation

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 ();
}
/** @property */
public PointCollection get_HotPoints ()
public function get HotPoints () : PointCollection
Not applicable.

Property Value

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 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

InkDrawingNode Class
InkDrawingNode Members
System.Windows.Ink Namespace