LEADTOOLS (Leadtools assembly)

LeadPoint Constructor (LeadPoint)

Show in webframe







Specifies the X-coordinate of the LeadPoint structure.
Specifies the Y-coordinate of the LeadPoint structure.
Initializes a new LeadPoint structure with explicit parameters.
Syntax
public LeadPoint( 
   int x,
   int y
)
'Declaration
 
Public Function New( _
   ByVal x As Integer, _
   ByVal y As Integer _
)
'Usage
 
Dim x As Integer
Dim y As Integer
 
Dim instance As New LeadPoint(x, y)
public LeadPoint( 
   int x,
   int y
)

            
public LeadPoint (int x, int y)
function LeadPoint( 
   x ,
   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

See Also

Reference

LeadPoint Structure
LeadPoint Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.