 | LineCap Enumeration |
Represents line cap styles. The line cap style specifies the shape to be used at the ends of open subpaths (and dashes, if any) when they are stroked.
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
SyntaxPublic Enumeration LineCap
public enum class LineCap
Patagames.Pdf.Enums.LineCap = function();
Patagames.Pdf.Enums.LineCap.createEnum('Patagames.Pdf.Enums.LineCap', false);
Members
| Member name | Value | Description |
---|
| Butt | 0 |
Butt cap.
|
| Round | 1 |
Round cap.
|
| Square | 2 |
Projecting square cap.
|
Remarks
See Also