Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The IInkDrawingAttributesclass represents the attributes that are applied to ink when it is drawn. These drawing attributes can be associated with a stroke or a cursor and specify settings such as color, width, and transparency, as well as antialiasing, curvefitting, and raster operations.

To specify the drawing attributes of a stroke, use the IInkStrokeDisp::DrawingAttributesproperty of the IInkStrokeDispobject. To specify the drawing attributes of all of the strokes within a collection of strokes, call the IInkStrokes::ModifyDrawingAttributesmethod of the IInkStrokescollection.

Members

Term Definition

IInkDrawingAttributes Methods

Describes the Clonemethod.

IInkDrawingAttributes Properties

Describes the properties available for the drawing attributes.

See Also