AnnStrokeLineJoin Enumeration

Summary

Indicates how to join two lines in a path.

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnStrokeLineJoin = { 
	Miter: 0, 
	Bevel: 1, 
	Round: 2, 
	MiterClipped: 3 
} 
TypeScript Syntax
lt.Annotations.Core.AnnStrokeLineJoin = { 
	Miter: 0, 
	Bevel: 1, 
	Round: 2, 
	MiterClipped: 3 
} 

Members

0 Miter

(0)Specifies a mitered join. This produces a sharp corner or a clipped corner, depending on whether the length of the miter exceeds the miter limit.

1 Bevel

(1)Specifies a beveled join. This produces a diagonal corner.

2 Round

(2) Specifies a circular join. This produces a smooth, circular arc between the lines.

3 MiterClipped

(3)Specifies a mitered join. This produces a sharp corner or a beveled corner, depending on whether the length of the miter exceeds the miter limit.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly