Click or drag to resize

PenXAreEqualUnlessWidth Method

Determines whether two pens are equal when width differences are ignored.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool AreEqualUnlessWidth(
	PenX x,
	PenX y
)

Parameters

x  PenX
The first pen.
y  PenX
The second pen.

Return Value

Boolean
if the pens are equal except for width; otherwise, .
See Also