Line |
The LineCapBase type exposes the following members.
| Name | Description | |
|---|---|---|
| CoerceSizeValues | Adjusts stored size values to the constraints of the specific line-cap type. | |
| Equals(ILineCap) | Determines whether the specified ILineCap is equal to this instance. | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FromName | Gets a registered line cap by name. | |
| FromNameAndAbsAndRelSize | Gets a registered line cap by name and assigns absolute and relative sizes. | |
| FromNameAndAbsSize | Gets a registered line cap by name and assigns an absolute size. | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) | |
| GetRegisteredValues | Gets all registered line-cap values. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsDefaultStyle | Determines whether the specified cap is the default style. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| WithMinimumAbsoluteAndRelativeSize | Gets a new instance of the line cap with the designated minimum absolute and relative sizes. Note that not all line cap types support one or both values; in this case, those values are ignored. |