←Select platform

GetStylePoints Method

Summary

Gets an array of points that define the shape for this AnnButtLineEnding.

Syntax
C#
VB
C++
public override LeadPointD[] GetStylePoints( 
   LeadPointD lineStart, 
   LeadPointD lineEnd 
) 
Public Overrides Function GetStylePoints( 
   ByVal lineStart As LeadPointD, 
   ByVal lineEnd As LeadPointD 
) As LeadPointD() 
public:  
   virtual array<LeadPointD^>^ GetStylePoints( 
      LeadPointD^ lineStart, 
      LeadPointD^ lineEnd 
   ) override 

Parameters

lineStart

The LeadPointD that represents the start point of the line that for which to add ending style.

lineEnd

The LeadPointD that represents the end point of the line that for which to add ending style.

Return Value

An array of points that define the shape for this AnnButtLineEnding.

Remarks

The start and end points parameters represent the start and end points of the line. If the object is polyline, then they represent the start and end points for the last or first line segment in the polyline.

For more information, refer to Implementing User-Defined Objects With LEADTOOLS Annotations.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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