←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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly