Indicates how to join two lines in a path.
lt.Annotations.Core.AnnStrokeLineJoin = {
Miter: 0,
Bevel: 1,
Round: 2,
MiterClipped: 3
}
lt.Annotations.Core.AnnStrokeLineJoin = {
Miter: 0,
Bevel: 1,
Round: 2,
MiterClipped: 3
}
Members
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. |
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