SelectionHitResult Enumeration
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
public enum SelectionHitResult
Members
Member name | Description | |
---|---|---|
East | Specifies the east side sizing handle was hit. | |
None | Specifies no part of the selection was hit. | |
North | Specifies the north side sizing handle was hit. | |
Northeast | Specifies the northeast corner sizing handle was hit. | |
Northwest | Specifies the northwest corner sizing handle was hit. | |
Selection | Specifies the selection itself was hit (no selection handle was hit). | |
South | Specifies the south side sizing handle was hit. | |
Southeast | Specifies the southeast corner sizing handle was hit. | |
Southwest | Specifies the southwest corner sizing handle was hit. | |
West | Specifies the west side sizing handle was hit. |
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
Microsoft.Ink Namespace
InkOverlay.HitTestSelection
InkPicture.HitTestSelection