←Select platform

LeadPoint Constructor

Summary
Initializes a new LeadPoint structure with explicit parameters.
Syntax
C#
C++/CLI
Java
Python
public LeadPoint( 
   int x, 
   int y 
) 
public LeadPoint (int x, int y) 
public: 
LeadPoint(  
   int x, 
   int y 
) 
__init__(self,x,y) # Overloaded constructor 

Parameters

x
Specifies the X-coordinate of the LeadPoint structure.

y
Specifies the Y-coordinate of the LeadPoint structure.

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.