←Select platform

AnnStrokeLineJoin Enumeration

Summary

Indicates how to join two lines in a path.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum AnnStrokeLineJoin  
Public Enum AnnStrokeLineJoin  
    
public enum AnnStrokeLineJoin  
typedef enum LTAnnStrokeLineJoin 
public enum AnnStrokeLineJoin 
Leadtools.Annotations.Core.AnnStrokeLineJoin = function() { }; 
Leadtools.Annotations.Core.AnnStrokeLineJoin.prototype = { 
 
  Miter = 0x00000000, 
    Bevel = 0x00000001, 
    Round = 0x00000002, 
    MiterClipped = 0x00000003, 
     
 }; 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly