IInkPicture::put_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 put_EraserWidth(
long newEraserWidth
);
Parameters
newEraserWidth
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]