←Select platform

Create Method

Summary
Initializes a new LeadPoint structure with explicit parameters.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static LeadPoint Create( 
   int x, 
   int y 
) 
LeadPoint LeadPointMake(NSInteger x, NSInteger y) 
public static LeadPoint create( 
   int x, 
   int y 
); 
public: 
static LeadPoint Create(  
   int x, 
   int y 
)  
def Create(self,x,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 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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