DrawingAttributes::StylusTipTransform Property
.NET Framework (current version)
Gets or sets the Matrix that specifies the transformation to perform on the stylus' tip.
Assembly: PresentationCore (in PresentationCore.dll)
| Exception | Condition |
|---|---|
| ArgumentException |
The following example demonstrates how to set the StylusTipTransform property. The example assumes that your application has an InkCanvas called inkCanvas1, and two DrawingAttributes objects called inkDA and highlighterDA. For the complete example, see the DrawingAttributes class overview.
.NET Framework
Available since 3.0
Available since 3.0
Show: