Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the attributes applied to ink when drawn.
Inheritance
The IInkDrawingAttributes interface inherits from the IUnknown interface. IInkDrawingAttributes also has these types of members:
Methods
The IInkDrawingAttributes interface has these methods.
| IInkDrawingAttributes::Clone Creates a duplicate InkDrawingAttributes object. |
| IInkDrawingAttributes::get_AntiAliased Gets or sets the value that indicates whether a stroke is antialiased. (Get) |
| IInkDrawingAttributes::get_Color Gets or sets the color of the ink that is drawn with this InkDrawingAttributes object. (Get) |
| IInkDrawingAttributes::get_ExtendedProperties Gets the collection of application-defined data that are stored in an object. (IInkDrawingAttributes.get_ExtendedProperties) |
| IInkDrawingAttributes::get_FitToCurve Gets or sets the value that specifies whether Bezier smoothing is used to render ink. (Get) |
| IInkDrawingAttributes::get_Height Gets or sets the height of the pen when drawing ink with the InkDrawingAttributes object. (Get) |
| IInkDrawingAttributes::get_IgnorePressure Gets or sets the value that specifies whether drawn ink automatically gets wider with increased pressure of the pen tip on the tablet surface. (Get) |
| IInkDrawingAttributes::get_PenTip Gets or sets a value that indicates which pen tip to use when drawing ink that is associated with this InkDrawingAttributes object. (Get) |
| IInkDrawingAttributes::get_RasterOperation Gets or sets a value that defines how the colors of the pen and background interact. (Get) |
| IInkDrawingAttributes::get_Transparency Gets or sets a value that indicates the transparency value of ink. (Get) |
| IInkDrawingAttributes::get_Width Gets or sets the y-axis dimension, or width, of the pen tip when drawing ink. (Get) |
| IInkDrawingAttributes::put_AntiAliased Gets or sets the value that indicates whether a stroke is antialiased. (Put) |
| IInkDrawingAttributes::put_Color Gets or sets the color of the ink that is drawn with this InkDrawingAttributes object. (Put) |
| IInkDrawingAttributes::put_FitToCurve Gets or sets the value that specifies whether Bezier smoothing is used to render ink. (Put) |
| IInkDrawingAttributes::put_Height Gets or sets the height of the pen when drawing ink with the InkDrawingAttributes object. (Put) |
| IInkDrawingAttributes::put_IgnorePressure Gets or sets the value that specifies whether drawn ink automatically gets wider with increased pressure of the pen tip on the tablet surface. (Put) |
| IInkDrawingAttributes::put_PenTip Gets or sets a value that indicates which pen tip to use when drawing ink that is associated with this InkDrawingAttributes object. (Put) |
| IInkDrawingAttributes::put_RasterOperation Gets or sets a value that defines how the colors of the pen and background interact. (Put) |
| IInkDrawingAttributes::put_Transparency Gets or sets a value that indicates the transparency value of ink. (Put) |
| IInkDrawingAttributes::put_Width Gets or sets the y-axis dimension, or width, of the pen tip when drawing ink. (Put) |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | msinkaut.h |