Flat |
public class FlatCap : ILineCap, IEquatable<ILineCap>, IImmutable
The FlatCap type exposes the following members.
| Name | Description | |
|---|---|---|
| Instance | Gets the shared instance of the flat 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 | |
|---|---|---|
| Equals(ILineCap) | Indicates whether the current object is equal to another object of the same type. | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from 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) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| 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) | |
| 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 that case, those values are ignored. |