LEADTOOLS (Leadtools assembly)

Create Method (LeadPointDHelper)

Show in webframe







Specifies the X-coordinate of the LeadPointD.
Specifies the Y-coordinate of the LeadPointD.
Initializes a new LeadPointD object with explicit parameters.
Syntax
public static LeadPointD Create( 
   double x,
   double y
)
'Declaration
 
Public Shared Function Create( _
   ByVal x As Double, _
   ByVal y As Double _
) As LeadPointD
'Usage
 
Dim x As Double
Dim y As Double
Dim value As LeadPointD
 
value = LeadPointDHelper.Create(x, y)
public static LeadPointD Create( 
   double x,
   double y
)

            

            
 function Leadtools.LeadPointDHelper.Create( 
   x ,
   y 
)
public:
static LeadPointD Create( 
   double x,
   double y
) 

Parameters

x
Specifies the X-coordinate of the LeadPointD.
y
Specifies the Y-coordinate of the LeadPointD.

Return Value

A LeadPointD object with LeadPointD.X set to x and LeadPointD.Y set to y.
Requirements

Target Platforms

See Also

Reference

LeadPointDHelper Class
LeadPointDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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