LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Create Method (LeadPointDHelper)






Specifies the X-coordinate of the LeadPointD.
Specifies the Y-coordinate of the LeadPointD.
Initializes a new LeadPointD object with explicit parameters. .NET support WinRT support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadPointDHelper Class
LeadPointDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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