IInkDrawingAttributes::put_IgnorePressure method (msinkaut.h)

Gets or sets the value that specifies whether drawn ink automatically gets wider with increased pressure of the pen tip on the tablet surface.

This property is read/write.

Syntax

HRESULT put_IgnorePressure(
  VARIANT_BOOL Flag
);

Parameters

Flag

Return value

None

Remarks

The greater the pressure on the pen tip, the more ink that is drawn. Set this property to VARIANT_TRUE if you do not want this effect to occur.

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

IInkDrawingAttributes

InkDrawingAttributes Class