IInkDrawingAttributes::get_AntiAliased method (msinkaut.h)

Gets or sets the value that indicates whether a stroke is antialiased.

This property is read/write.

Syntax

HRESULT get_AntiAliased(
  VARIANT_BOOL *Flag
);

Parameters

Flag

Return value

None

Remarks

If a stroke is antialiased, the foreground and background colors along the edge of the ink are blended to increase the visible smoothness.

Antialiasing improves the quality of rendering by making ink appear smoother and sharper, especially on lower resolution displays. However, antialiasing incurs added performance. Use it judiciously.

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

InkDrawingAttribute Class