Line |
public abstract class LineCapBase : ILineCap, IEquatable<ILineCap>, IImmutable
The LineCapBase type exposes the following members.
| Name | Description | |
|---|---|---|
| LineCapBase | Initializes a new instance of the LineCapBase class using default size settings. | |
| LineCapBase(Double, Double) | Initializes a new instance of the LineCapBase class. |
| Name | Description | |
|---|---|---|
| DefaultMinimumAbsoluteSizePt | Gets the default minimum absolute size in points (1/72 inch). | |
| DefaultMinimumRelativeSize | Gets the default minimum relative size of the cap. | |
| Flat | Gets the default flat line cap. | |
| MinimumAbsoluteSizePt | Gets the minimum absolute size of the line cap in points (1/72 inch). | |
| MinimumRelativeSize | Gets the minimum relative size (relative to the line thickness) of the line cap. Example: if this value is 2, and the line thickness is 10 points, then the line cap size is 20 points. | |
| Name | Gets the name of the line cap. |
| 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. |
| Name | Description | |
|---|---|---|
| Equality(LineCapBase, LineCapBase) | Determines whether two LineCapBase instances are equal. | |
| Inequality(LineCapBase, LineCapBase) | Determines whether two LineCapBase instances are not equal. |