Click or drag to resize

PenXWithTransformation Method

Returns a copy of this pen with a different transformation matrix.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PenX WithTransformation(
	Matrix3x2Class? value
)

Parameters

value  Matrix3x2Class
The new transformation matrix.

Return Value

PenX
A pen with the updated transformation.
See Also