AnnStrokeLineJoin Enumeration

Summary

Indicates how to join two lines in a path.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnStrokeLineJoin = { 
	miter: 0, 
	bevel: 1, 
	round: 2, 
	miterClipped: 3 
} 
lt.Annotations.Engine.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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly