LEADTOOLS (Leadtools assembly)

LeadPointD Constructor (LeadPointD)

Show in webframe







The X-coordinate.
The Y-coordinate.
Initializes a new instance of LeadPointD with the specified values.
Syntax
public LeadPointD( 
   double x,
   double y
)
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double _
)
'Usage
 
Dim x As Double
Dim y As Double
 
Dim instance As New LeadPointD(x, y)
public LeadPointD( 
   double x,
   double y
)

            

            
function LeadPointD( 
   x ,
   y 
)
public:
LeadPointD( 
   double x,
   double y
)

Parameters

x
The X-coordinate.
y
The Y-coordinate.
Requirements

Target Platforms

See Also

Reference

LeadPointD Structure
LeadPointD Members

 

 


Products | Support | Contact Us | Copyright Notices

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