←Select platform

RenderEndingStyles Method

Summary

Renders the ending styles for a polyline object.

Syntax
C#
C++/CLI
Java
public virtual void RenderEndingStyles( 
   AnnContainerMapper mapper, 
   AnnPolylineObject annPolyLineObject 
) 
public void renderEndingStyles( 
   AnnContainerMapper mapper, 
   AnnPolylineObject 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 Implement User-Defined Annotations - WinForms C# .NET 6.

  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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.