Click or drag to resize

PenXWithAlignment Method

Returns a copy of this pen with a different alignment.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PenX WithAlignment(
	PenAlignment value
)

Parameters

value  PenAlignment
The new alignment.

Return Value

PenX
A pen with the updated alignment.
See Also