Show / Hide Table of Contents

Enum GState.LineCap

LineCap types

Namespace: pdftron.PDF
Assembly: PDFNetAndroid.dll
Syntax
public enum LineCap

Fields

Name Description
e_butt_cap

The stroke is squared off at the endpoint of the path.

e_round_cap

A semicircular arc with a diameter equal to the line width.

e_square_cap

squared off stroke continues beyond the endpoint of the path.

In This Article
Back to top Generated by DocFX