Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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_StrokeEraseValue: 0 Ink is erased by stroke. This is the default value. |
IOERM_PointEraseValue: 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]