public enum AnnStrokeLineJoin
typedef NS_ENUM(NSInteger, LTAnnStrokeLineJoin) {
LTAnnStrokeLineJoinMiter = 0,
LTAnnStrokeLineJoinBevel = 1,
LTAnnStrokeLineJoinRound = 2,
LTAnnStrokeLineJoinMiterClipped = 3,
};
public enum AnnStrokeLineJoin
public:
enum class AnnStrokeLineJoin sealed
class AnnStrokeLineJoin(Enum):
Miter = 0
Bevel = 1
Round = 2
MiterClipped = 3
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. |
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