←Select platform

RenderEndingStyles Method

Summary

Renders the ending styles for a polyline object.

Syntax
C#
VB
C++
public virtual void RenderEndingStyles( 
   AnnContainerMapper mapper, 
   AnnPolylineObject annPolyLineObject 
) 
Public Overridable Sub RenderEndingStyles( 
   ByVal mapper As AnnContainerMapper, 
   ByVal annPolyLineObject As AnnPolylineObject 
) 
public:  
   virtual void RenderEndingStyles( 
      AnnContainerMapper^ mapper, 
      AnnPolylineObject^ annPolyLineObject 
   ) 

Parameters

mapper

The mapper object to use for converting coordinates. Must not be null.

annPolyLineObject

The polyline object instance. Must not be null.

Remarks
  1. You can override this method to render your own ending styles. For more information, refer to Implementing User-Defined Objects With LEADTOOLS Annotations.

  2. This function will have no effect for closed polyline object (polygon).

  3. The supported ending style types are:

  4. AnnArrowLineEnding

  5. AnnButtLineEnding
  6. AnnDiamondLineEnding
  7. AnnRoundLineEnding
  8. AnnSlashLineEnding
  9. AnnSquareLineEnding
  10. AnnSquareLineEnding

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly