IInkPicture::get_EraserWidth method (msinkaut.h)

Gets or sets a value that specifies the width of the eraser pen tip.

This property is read/write.

Syntax

HRESULT get_EraserWidth(
  long *EraserWidth
);

Parameters

EraserWidth

Return value

None

Remarks

The value specifies the width of the eraser pen tip in ink space units.

You cannot assign negative values to this property.

This property applies only when the EditingMode property is set to IOEM_Delete and the EraserMode property is set to IOERM_PointErase.

Requirements

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

See also

EditingMode [InkPicture Control]

EraserMode [InkPicture Control]

EraserMode Enumeration

IInkPicture

InkPicture Control