←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly