←Select platform

Create Method (LeadPointDHelper)

Summary

Initializes a new LeadPointD object with explicit parameters.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.LeadPointD Create(  
   double x, 
   double y 
) 
Public Shared Function Create( _ 
   ByVal x As Double, _ 
   ByVal y As Double _ 
) As Leadtools.LeadPointD 
public static Leadtools.LeadPointD Create(  
   double x, 
   double y 
) 
 function Leadtools.LeadPointDHelper.Create(  
   x , 
   y  
) 
public: 
static Leadtools.LeadPointD Create(  
   double x, 
   double y 
)  

Parameters

x
Specifies the X-coordinate of the LeadPointD.

y
Specifies the Y-coordinate of the LeadPointD.

Return Value

A LeadPointD object with LeadPointD.X set to x and LeadPointD.Y set to y.

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 Assembly