PenXWithTransformation Method |
Returns a copy of this pen with a different transformation matrix.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PenX WithTransformation(
Matrix3x2Class? value
)
Parameters
- value Matrix3x2Class
- The new transformation matrix.
Return Value
PenXA pen with the updated transformation.
See Also