←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 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