Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

AnnStrokeLineJoin Enumeration

Show in webframe
Indicates how to join two lines in a path.
Syntax
Leadtools.Annotations.Core.AnnStrokeLineJoin = function() { };
Leadtools.Annotations.Core.AnnStrokeLineJoin.prototype = {
	miter = 0,
	bevel = 1,
	round = 2,
	miterClipped = 3,
	
 };
Members
ValueMemberDescription
0miterSpecifies a mitered join. This produces a sharp corner or a clipped corner, depending on whether the length of the miter exceeds the miter limit.
1bevelSpecifies a beveled join. This produces a diagonal corner.
2round Specifies a circular join. This produces a smooth, circular arc between the lines.
3miterClippedSpecifies a mitered join. This produces a sharp corner or a beveled corner, depending on whether the length of the miter exceeds the miter limit.
See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file