Click or drag to resize
SoVectorizeActionJoinLineStyles Enumeration

Join line style.

Namespace: OIV.HardCopy
Assembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum JoinLineStyles
Members
  Member nameValueDescription
NO_JOIN0

There is no line join style.

MITERED_JOIN1

The line join style is mitered.

MITERED_BEVELED_JOIN2

The line join style is mitered and beveled.

BEVELED_JOIN3

The line join style is beveled.

TRIANGULAR_JOIN4

The line join style is triangular.

ROUNDED_JOIN5

The line join style is rounded.

Remarks
See Also