Aurigma Graphics Mill 5.5 for .NET
LineCap Enumeration
Contains line caps which are appended to the start and/or end of line drawn with GdiGraphics class.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Enumeration LineCap
C#
public enum LineCap
Members
| Member name | Description | |
|---|---|---|
| Round |
Round cap. |
|
| Flat |
Flat cap. |
|
| Square |
Square cap. |