Pen |
The PenX type exposes the following members.
| Name | Description | |
|---|---|---|
| AreEqualUnlessWidth | Determines whether two pens are equal when width differences are ignored. | |
| CalculateHash | Calculates the hash code for the current pen state. | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| Equals(PenX) | Indicates whether the current object is equal to another object of the same type. | |
| 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 | Serves as the default hash function. (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 | Returns a copy of this pen with a different alignment. | |
| WithBrush | Returns a copy of this pen with a different brush. | |
| WithColor | Returns a copy of this pen with a different foreground color. | |
| WithCompoundArray | Returns a copy of this pen with a different compound array. | |
| WithDashCap | Returns a copy of this pen with a different dash cap style. | |
| WithDashPattern | Returns a copy of this pen with a different dash pattern. | |
| WithEndCap | Returns a copy of this pen with a different end cap. | |
| WithLineJoin | Returns a copy of this pen with a different line join. | |
| WithMiterLimit | Returns a copy of this pen with a different miter limit. | |
| WithStartCap | Returns a copy of this pen with a different start cap. | |
| WithTransformation | Returns a copy of this pen with a different transformation matrix. | |
| WithWidth | Returns a copy of this pen with a different width. |