LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Create Method (LeadPointHelper)






Specifies the X-coordinate of the LeadPoint.
Specifies the Y-coordinate of the LeadPoint.
Initializes a new LeadPoint object with explicit parameters. .NET support WinRT support
Syntax
public static LeadPoint Create( 
   int x,
   int y
)
'Declaration
 
Public Shared Function Create( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As LeadPoint
'Usage
 
Dim x As Integer
Dim y As Integer
Dim value As LeadPoint
 
value = LeadPointHelper.Create(x, y)
public static LeadPoint Create( 
   int x,
   int y
)
 function Leadtools.LeadPointHelper.Create( 
   x ,
   y 
)
public:
static LeadPoint Create( 
   int x,
   int y
) 

Parameters

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

Return Value

A LeadPoint object with LeadPoint.X set to x and LeadPoint.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

LeadPointHelper Class
LeadPointHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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