Поделиться через


SelectionHitResult - перечисление

Обновлен: Ноябрь 2007

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

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
Public Enumeration SelectionHitResult
'Применение
Dim instance As SelectionHitResult
public enum SelectionHitResult
public enum class SelectionHitResult
public enum SelectionHitResult
public enum SelectionHitResult

Члены

Имя члена Описание
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).

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

Microsoft.Ink - пространство имен

InkOverlay.HitTestSelection

InkPicture.HitTestSelection