mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
9 lines
152 B
C#
9 lines
152 B
C#
namespace UglyToad.Pdf.Graphics.Core
|
|
{
|
|
internal enum LineCapStyle
|
|
{
|
|
Butt = 0,
|
|
Round = 1,
|
|
ProjectingSquare = 2
|
|
}
|
|
} |