←Select platform

Create Method

Summary
Initializes a new LeadPoint structure with explicit parameters.
Syntax
C#
VB
Objective-C
C++
Java
public static LeadPoint Create( 
   int x, 
   int y 
) 
Public Shared Function Create( _ 
   ByVal x As Integer, _ 
   ByVal y As Integer _ 
) As LeadPoint 
LeadPoint LeadPointMake(NSInteger x, NSInteger y) 
public static LeadPoint create(int x, int y) 
public: 
static LeadPoint Create(  
   int x, 
   int y 
)  

Parameters

x
Specifies the X-coordinate of the LeadPoint structure.

y
Specifies the Y-coordinate of the LeadPoint structure.

Return Value

A LeadPoint structure with X set to x and Y set to y.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.