(Leadtools.Annotations.Core)

AnnStrokeLineJoin Enumeration

Show in webframe





Indicates how to join two lines in a path.
Syntax
public enum AnnStrokeLineJoin : System.Enum 
Public Enum AnnStrokeLineJoin 
   Inherits System.Enum
public enum AnnStrokeLineJoin : System.Enum 
typedef enum LTAnnStrokeLineJoin
public enum AnnStrokeLineJoin
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.
Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.