←Select platform

AnnStrokeLineJoin Enumeration

Summary
Indicates how to join two lines in a path.
Syntax
C#
VB
Objective-C
C++
Java
public enum AnnStrokeLineJoin  
Public Enum AnnStrokeLineJoin  
typedef enum LTAnnStrokeLineJoin 
public enum AnnStrokeLineJoin 
public: 
   enum class AnnStrokeLineJoin sealed 
Members
ValueMemberDescription
0Miter 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.
1Bevel Specifies a beveled join. This produces a diagonal corner.
2Round Specifies a circular join. This produces a smooth, circular arc between the lines.
3MiterClipped 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.