Click or drag to resize

ILineCap Interface

Interface to a start or end line cap of a line.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface ILineCap : IEquatable<ILineCap>, 
	IImmutable

The ILineCap type exposes the following members.

Properties
 NameDescription
Public propertyMinimumAbsoluteSizePt Gets the minimum absolute size of the line cap in points (1/72 inch).
Public propertyMinimumRelativeSize 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.
Public propertyName Gets the name of the line cap.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableILineCap)
Public methodWithMinimumAbsoluteAndRelativeSize 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.
Top
See Also