renderEndingStyles Method

Summary

Renders the ending styles for a polyline object.

Syntax
TypeScript
JavaScript
AnnPolylineObjectRenderer.prototype.renderEndingStyles = function( 
   mapper, 
   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. Override this method to render your own ending styles. For more information, refer to Implementing User-Defined Objects With LEADTOOLS Annotations.

  2. This function does not affect closed polyline objects (polygons).

  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.JavaScript Assembly