StrokeCollection::Transform Method (Matrix, Boolean)
.NET Framework (current version)
Modifies each of the StylusPoints and optionally the StylusTipTransform for each stroke in the StrokeCollection according to the specified Matrix.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- transformMatrix
-
Type:
System.Windows.Media::Matrix
A Matrix which specifies the transformation to perform on the StrokeCollection.
- applyToStylusTip
-
Type:
System::Boolean
true to apply the transformation to the tip of the stylus; otherwise, false.
When applyToStylusTip is true, the Transform method affects the shape of the stylus tip, as well as the position of the strokes. For example, if you rotate a StrokeCollection 90 degrees, the strokes move around an axis and the height and width of the strokes appear to be inverted.
.NET Framework
Available since 3.0
Available since 3.0
Show: