Share via


SelectionHitResult Enumeration

Defines values that specify which part of a selection, if any, was hit during a hit test.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
Public Enumeration SelectionHitResult
'Usage
Dim instance As SelectionHitResult
public enum SelectionHitResult
public enum class SelectionHitResult
public enum SelectionHitResult

Members

Member name Description
None Specifies no part of the selection was hit.
Northwest Specifies the northwest corner sizing handle was hit.
Southeast Specifies the southeast corner sizing handle was hit.
Northeast Specifies the northeast corner sizing handle was hit.
Southwest Specifies the southwest corner sizing handle was hit.
East Specifies the east side sizing handle was hit.
West Specifies the west side sizing handle was hit.
North Specifies the north side sizing handle was hit.
South Specifies the south side sizing handle was hit.
Selection Specifies the selection itself was hit (no selection handle was hit).

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

See Also

Reference

Microsoft.Ink Namespace

InkOverlay.HitTestSelection

InkPicture.HitTestSelection