←Select platform

AnnStrokeLineJoin Enumeration

Summary
Indicates how to join two lines in a path.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AnnStrokeLineJoin  
typedef NS_ENUM(NSInteger, LTAnnStrokeLineJoin) { 
 LTAnnStrokeLineJoinMiter = 0,  
 LTAnnStrokeLineJoinBevel = 1,  
 LTAnnStrokeLineJoinRound = 2,  
 LTAnnStrokeLineJoinMiterClipped = 3,  
}; 
public enum AnnStrokeLineJoin 
public: 
   enum class AnnStrokeLineJoin sealed 
class AnnStrokeLineJoin(Enum): 
   Miter = 0 
   Bevel = 1 
   Round = 2 
   MiterClipped = 3 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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