←Select platform

Create Method

Summary
Creates a new instance of LeadPointD with the specified values.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static LeadPointD Create( 
   double x, 
   double y 
) 
LeadPointD LeadPointDMake(double x, double y) 
public static LeadPointD create( 
   double x, 
   double y 
); 
public: 
static LeadPointD Create(  
   double x, 
   double y 
)  
def Create(self,x,y): 

Parameters

x
The X-coordinate.

y
The Y-coordinate.

Remarks

The object this method creates.

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.