PenXAreEqualUnlessWidth Method |
Determines whether two pens are equal when width differences are ignored.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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