C#
VB
Java
Objective-C
WinRT C#
C++
Indicates how to join two lines in a path.
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
Value | Member | Description |
---|---|---|
0 | Miter | 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. |
1 | Bevel | Specifies a beveled join. This produces a diagonal corner. |
2 | Round | Specifies a circular join. This produces a smooth, circular arc between the lines. |
3 | MiterClipped | 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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET