←Select platform

LeadPoint Constructor

Summary
Initializes a new LeadPoint structure with explicit parameters.
Syntax
C#
VB
C++
Java
public LeadPoint( 
   int x, 
   int y 
) 
Public Function New( _ 
   ByVal x As Integer, _ 
   ByVal y As Integer _ 
) 
public LeadPoint (int x, int y) 
public: 
LeadPoint(  
   int x, 
   int y 
) 

Parameters

x
Specifies the X-coordinate of the LeadPoint structure.

y
Specifies the Y-coordinate of the LeadPoint structure.

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.