This documentation is archived and is not being maintained.
LineCap Enumeration
Visual Studio 2010
Specifies the available cap styles with which a Pen object can end a line.
Assembly: System.Drawing (in System.Drawing.dll)
| Member name | Description | |
|---|---|---|
| Flat | Specifies a flat line cap. | |
| Square | Specifies a square line cap. | |
| Round | Specifies a round line cap. | |
| Triangle | Specifies a triangular line cap. | |
| NoAnchor | Specifies no anchor. | |
| SquareAnchor | Specifies a square anchor line cap. | |
| RoundAnchor | Specifies a round anchor cap. | |
| DiamondAnchor | Specifies a diamond anchor cap. | |
| ArrowAnchor | Specifies an arrow-shaped anchor cap. | |
| Custom | Specifies a custom line cap. | |
| AnchorMask | Specifies a mask used to check whether a line cap is an anchor cap. |
The following example draws a line with an arrowhead at one end and a round cap at the other end. To run this example, Create a Windows Form and handle the form's Paint event. Paste the example code into the Paint event handler passing e as PaintEventArgs.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
