Click or drag to resize

Altaxo.Drawing.LineCaps Namespace

Contains two-dimensional line-cap implementations.
Classes
 ClassDescription
Public classArrowF05LineCap Filled arrow line cap with a short arrow head.
Public classArrowF10LineCap Filled arrow line cap with a medium arrow head.
Public classArrowF20LineCap Filled arrow line cap with a long arrow head.
Public classBreakLineCap Draws a break-style cap at the end of a line.
Public classCircleFLineCap Draws a filled circular line cap whose center lies at the line end.
Public classCircleOLineCap Draws an open circular line cap whose center lies at the line end.
Public classDiamondFLineCap Draws a filled diamond-shaped line cap whose center lies at the line end.
Public classDiamondOLineCap Draws an open diamond-shaped line cap whose center lies at the line end.
Public classFlatCap Designates a flat line cap (i.e. no cap at all). If possible, use the static Instance function to get a flat cap.
Public classLeftBarLineCap Draws a cap that is a line perpendicular to the line end and located on the left side.
Public classLineCapBase Base class for immutable line cap definitions.
Public classRightBarLineCap Draws a cap that is a line perpendicular to the line end and located on the right side.
Public classSquareFLineCap Draws a filled square line cap whose center lies at the line end.
Public classSquareOLineCap Draws an open square line cap whose center lies at the line end.
Public classSymBarLineCap Draws a symmetric bar cap centered on the line end.
Public classTriangleFLineCap Draws a filled triangular line cap whose center lies at the line end.
Public classTriangleOLineCap Draws an open triangular line cap whose center lies at the line end.