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 _
) |
| 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