SelectionHitResult enumeration

Specifies which part of a selection, if any, was hit during a hit test.

Syntax


typedef enum SelectionHitResult { 
  SHR_None       = 0,
  SHR_NW         = 1,
  SHR_SE         = 2,
  SHR_NE         = 3,
  SHR_SW         = 4,
  SHR_E          = 5,
  SHR_W          = 6,
  SHR_N          = 7,
  SHR_S          = 8,
  SHR_Selection  = 9
} SelectionHitResult;

Constants

SHR_None

No part of the selection was hit.

SHR_NW

The northwest corner sizing handle was hit.

SHR_SE

The southeast corner sizing handle was hit.

SHR_NE

The northeast corner sizing handle was hit.

SHR_SW

That the southwest corner sizing handle was hit.

SHR_E

The east side sizing handle was hit.

SHR_W

The west side sizing handle was hit.

SHR_N

The north side sizing handle was hit.

SHR_S

The south side sizing handle was hit.

SHR_Selection

The selection itself was hit (no selection handle was hit).

Requirements

Minimum supported client

Windows XP Tablet PC Edition [desktop apps only]

Minimum supported server

None supported

Header

Msinkaut.h (also requires Msinkaut_i.c)

See also

HitTestSelection Method [InkOverlay Class]
InkOverlay Class
InkPicture Control Reference

 

 

Show: