CustomLineCap
Encapsulates a custom user-defined line cap.
                
Gets or sets the  LineCap enumeration on which this  CustomLineCap is based.
Gets or sets the distance between the cap and the line.
Gets or sets the  LineJoin enumeration that determines how lines that compose this  CustomLineCap object are joined.
Gets or sets the amount by which to scale this  CustomLineCap Class object with respect to the width of the  Pen object.
Initializes a new instance of the  CustomLineCap class with the specified outline and fill.
Initializes a new instance of the  CustomLineCap class from the specified existing  LineCap enumeration with the specified outline and fill.
public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, LineCap baseCap, float baseInset)
Initializes a new instance of the  CustomLineCap class from the specified existing  LineCap enumeration with the specified outline, fill, and inset.
Creates an exact copy of this  CustomLineCap.
Releases all resources used by this  CustomLineCap object.
Releases the unmanaged resources used by the  CustomLineCap and optionally releases the managed resources.
Gets the caps used to start and end lines that make up this custom cap.
Sets the caps used to start and end lines that make up this custom cap.