Pen |
public struct PenXEnv : IEquatable<PenXEnv>
The PenXEnv type exposes the following members.
| Name | Description | |
|---|---|---|
| BrushBoundingRectangle | Gets the bounding rectangle of the pen's brush. | |
| EffectiveMaximumResolutionDpi | Gets the effective maximum resolution in dots per inch. Important for pens, whose underlying brush has a repeateable texture. | |
| PenX | Gets the PenX object. |
| Name | Description | |
|---|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) | |
| Equals(PenXEnv) | Indicates whether the current object is equal to another object of the same type. | |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| Name | Description | |
|---|---|---|
| Equality(PenXEnv, PenXEnv) | Determines whether two PenXEnv values are equal. | |
| Inequality(PenXEnv, PenXEnv) | Determines whether two PenXEnv values are not equal. |