←Select platform

ToPoints Method

Summary

Helper method to convert array of LeadPointD to array of System.Drawing.PointF.

Syntax
C#
VB
C++
public static PointF[] ToPoints( 
   LeadPointD[] points 
) 
Public Shared Function ToPoints( 
   ByVal points() As LeadPointD 
) As PointF() 
public:  
   static array<PointF^>^ ToPoints( 
      array<LeadPointD^>^ points 
   ) 

Parameters

points

The array of LeadPointD to convert.

Return Value

Array of System.Drawing.PointF created.

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

Leadtools.Annotations.Rendering.WinForms Assembly

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