InkOverlayEraserMode enumeration (msinkaut.h)

Specifies the way in which ink is erased from the InkOverlay object and the InkPicture control.

This mode is used when the InkOverlayEditingMode is set to Delete.

Syntax

typedef enum InkOverlayEraserMode {
  IOERM_StrokeErase = 0,
  IOERM_PointErase = 1
} ;

Constants

 
IOERM_StrokeErase
Value: 0
Ink is erased by stroke.

This is the default value.
IOERM_PointErase
Value: 1
Ink is erased by point.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Header msinkaut.h

See also

EraserMode Property [InkPicture Control]

EraserWidth Property [InkPicture Control]

InkOverlayEditingMode Enumeration