←Select platform

ToPoint Method

Summary

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

Syntax
C#
VB
C++
public static Point ToPoint( 
   LeadPointD leadPoint 
) 
Public Shared Function ToPoint( 
   ByVal leadPoint As LeadPointD 
) As Point 
public:  
   static Point^ ToPoint( 
      LeadPointD^ leadPoint 
   ) 

Parameters

leadPoint

The LeadPointD to convert.

Return Value

The 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