Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

AnnStrokeLineJoin Enumeration






Indicates how to join two lines in a path.
Syntax
public enum AnnStrokeLineJoin : System.Enum 
'Declaration
 
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 = 0x00000000, Bevel = 0x00000001, Round = 0x00000002, MiterClipped = 0x00000003, };
Members
ValueMemberDescription
0x00000000Miter 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.
0x00000001Bevel Specifies a beveled join. This produces a diagonal corner.
0x00000002Round Specifies a circular join. This produces a smooth, circular arc between the lines.
0x00000003MiterClipped 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Annotations.Core.AnnStrokeLineJoin

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features