LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
LeadPoint Constructor
See Also 
Leadtools Namespace > LeadPoint Structure : LeadPoint Constructor



x
Specifies the X-coordinate of the LeadPoint.
y
Specifies the Y-coordinate of the LeadPoint.
Initializes a new LeadPoint structure object with explicit parameters. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal x As Integer, _
   ByVal y As Integer _
)
Visual Basic (Usage)Copy Code
Dim x As Integer
Dim y As Integer
 
Dim instance As New LeadPoint(x, y)
C# 
public LeadPoint( 
   int x,
   int y
)
C++/CLI 
public:
LeadPoint( 
   int x,
   int y
)

Parameters

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also