Click or drag to resize

Altaxo.Graph.Gdi.LineCaps Namespace

Contains line-cap implementations for GDI-based graphs.
Classes
 ClassDescription
Public classArrowF05LineCap Renders the filled arrow line cap with size factor 0.5.
Public classArrowF10LineCap Renders the filled arrow line cap with size factor 1.0.
Public classArrowF20LineCap Renders the filled arrow line cap with size factor 2.0.
Public classBreakLineCap Draws a cap that is a line perpendicular to the end of the line, and on the right side of the line.
Public classCircleFLineCap Draws a cap that is a open circle. The midpoint of the circle is the designated end of the line.
Public classCircleOLineCap Draws a cap that is a open circle. The midpoint of the circle is the designated end of the line.
Public classDiamondFLineCap Draws a cap that is a open circle. The midpoint of the circle is the designated end of the line.
Public classDiamondOLineCap Draws a cap that is a open circle. The midpoint of the circle is the designated end of the line.
Public classFlatCap Renders a flat line cap.
Public classGdiLineCapBase Base class for Gdi+ rendering implementations of ILineCap types.
Public classLeftBarLineCap Draws a cap that is a line perpendicular to the end of the line, and on the left side of the line.
Public classRightBarLineCap Draws a cap that is a line perpendicular to the end of the line, and on the right side of the line.
Public classSquareFLineCap Draws a cap that is a open circle. The midpoint of the circle is the designated end of the line.
Public classSquareOLineCap Draws a cap that is a open circle. The midpoint of the circle is the designated end of the line.
Public classSymBarLineCap Draws a cap that is a line perpendicular to the end of the line, and on the right side of the line.
Public classTriangleFLineCap Draws a cap that is a open circle. The midpoint of the circle is the designated end of the line.
Public classTriangleOLineCap Draws a cap that is a open circle. The midpoint of the circle is the designated end of the line.