Indicates how to join two lines in a path.
lt.Annotations.Engine.AnnStrokeLineJoin = {
miter: 0,
bevel: 1,
round: 2,
miterClipped: 3
}
lt.Annotations.Engine.AnnStrokeLineJoin = {
miter: 0,
bevel: 1,
round: 2,
miterClipped: 3
}
0 |
Miter |
(0)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 |
(1)Specifies a beveled join. This produces a diagonal corner. |
2 |
Round |
(2) Specifies a circular join. This produces a smooth, circular arc between the lines. |
3 |
MiterClipped |
(3)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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document