Pen | 
[SerializableAttribute] public class PenX : IImmutable, IEquatable<PenX>
The PenX type exposes the following members.
| Name | Description | |
|---|---|---|
| PenX | Initializes a new instance of the PenX class | |
| PenX(NamedColor) | Initializes a new instance of the PenX class | |
| PenX(BrushX, Double) | Initializes a new instance of the PenX class | |
| PenX(NamedColor, Double) | Initializes a new instance of the PenX class | 
| Name | Description | |
|---|---|---|
| Alignment | ||
| Brush | ||
| Color | ||
| CompoundArray | ||
| DashCap | ||
| DashPattern | ||
| EndCap | ||
| IsInvisible | Determines if this pen is invisible. It is invisible if it has an invisible brush or the color is transparent. | |
| IsVisible | Determines if this pen is visible. It is visible if it has a visible brush. | |
| LineJoin | ||
| MiterLimit | ||
| StartCap | ||
| Transformation | ||
| Width | 
| Name | Description | |
|---|---|---|
| AreEqualUnlessWidth | ||
| CalculateHash | ||
| Equals(Object) | (Overrides ObjectEquals(Object))  | |
| Equals(PenX) | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object)  | |
| GetHashCode | (Overrides ObjectGetHashCode)  | |
| GetType | Gets the Type of the current instance. (Inherited from Object)  | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object)  | |
| ToString | Returns a string that represents the current object. (Inherited from Object)  | |
| WithAlignment | ||
| WithBrush | ||
| WithColor | ||
| WithCompoundArray | ||
| WithDashCap | ||
| WithDashPattern | ||
| WithEndCap | ||
| WithLineJoin | ||
| WithMiterLimit | ||
| WithStartCap | ||
| WithTransformation | ||
| WithWidth | 
| Name | Description | |
|---|---|---|
| Equality(PenX, PenX) | ||
| Inequality(PenX, PenX) | 
| Name | Description | |
|---|---|---|
| _alignment | The alignment of the pen. | |
| _brush | The brush of the pen. | |
| _cachedHashCode | ||
| _compoundArray | ||
| _dashCap | ||
| _dashPattern | ||
| _endCap | ||
| _lineJoin | ||
| _miterLimit | ||
| _startCap | ||
| _transformation | ||
| _width | The width of the pen. | |
| DefaultAlignment | ||
| DefaultLineJoin | ||
| DefaultMiterLimit | ||
| DefaultWidth |