Renders the ending styles for a polyline object.
public virtual void RenderEndingStyles(
AnnContainerMapper mapper,
AnnPolylineObject annPolyLineObject
)
public void renderEndingStyles(
AnnContainerMapper mapper,
AnnPolylineObject annPolyLineObject
);
public:
virtual void RenderEndingStyles(
AnnContainerMapper^ mapper,
AnnPolylineObject^ annPolyLineObject
)
mapper
The mapper object to use for converting coordinates. Must not be null.
annPolyLineObject
The polyline object instance. Must not be null.
You can override this method to render your own ending styles. For more information, refer to Implement User-Defined Annotations - WinForms C# .NET 6.
This function will have no effect for closed polyline object (polygon).
The supported ending style types are:
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