←Select platform

Create Method (LeadPointHelper)

Summary

Initializes a new LeadPoint object with explicit parameters.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.LeadPoint Create(  
   int x, 
   int y 
) 
Public Shared Function Create( _ 
   ByVal x As Integer, _ 
   ByVal y As Integer _ 
) As Leadtools.LeadPoint 
public static Leadtools.LeadPoint Create(  
   int x, 
   int y 
) 
 function Leadtools.LeadPointHelper.Create(  
   x , 
   y  
) 
public: 
static Leadtools.LeadPoint Create(  
   int x, 
   int y 
)  

Parameters

x
Specifies the X-coordinate of the LeadPoint.

y
Specifies the Y-coordinate of the LeadPoint.

Return Value

A LeadPoint object with LeadPoint.X set to x and LeadPoint.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