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

This section contains the properties for the IInkDrawingAttributesclass.

Programming element Description

IInkDrawingAttributes::AntiAliased

Returns or sets the value that specifies whether the foreground and background colors along the edge of the ink are blended to increase the smoothness of an ink stroke.

IInkDrawingAttributes::Color

Returns or sets the color of the ink drawn with this InkDrawingAttributesobject.

IInkDrawingAttributes::ExtendedProperties

Returns the collection of application-defined data that is stored in the InkDrawingAttributesobject.

IInkDrawingAttributes::FitToCurve

Returns or sets the value that specifies whether ink is rendered as a series of curves instead of as lines between pen sample points.

IInkDrawingAttributes::RasterOperation

Returns or sets how the pen color interacts with the existing background colors on the display when the ink is drawn.

IInkDrawingAttributes::Transparency

Returns or sets the transparency value of drawn ink. Values range from zero (totally opaque) to 255 (totally transparent).

IInkDrawingAttributes::Width

Returns or sets the width of the pen when drawing ink with this InkDrawingAttributesobject.

See Also