←Select platform

LeadPoint Constructor(int,int)

Summary

Initializes a new instance of the LeadPoint structure with the specified coordinates.

Syntax

C#
VB
C++
public LeadPoint( 
   int x, 
   int y 
) 
  
Public Function New( _ 
   ByVal x As Integer, _ 
   ByVal y As Integer _ 
) 
public: 
LeadPoint(  
   int x, 
   int y 
) 

Parameters

x
The horizontal position of the point.

y
The vertical position of the point.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.DataContracts Assembly