Share via


Erasing by Using the InkOverlay Object

Erasing by Using the InkOverlay Object

Description of erasing by using the InkOverlay object.

The InkOverlay object is a COM object that can be attached to a window control and is used to enable basic ink capability. You can use the InkOverlay object to erase ink by setting the EditingMode property equal to Delete. You can then set the EraserMode property to either Stroke or Point. Setting the EraserMode property to Stroke erases entire strokes. Setting the EraserMode property to Point erases the ink that the cursor passes over.