Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the class with the specified coordinates.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Input
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Sub New ( _
    x As Integer, _
    y As Integer _
)
public Point(
    int x,
    int y
)
public:
Point(
    int x, 
    int y
)
new : 
        x:int * 
        y:int -> Point
public function Point(
    x : int, 
    y : int
)
Parameters
- x
 Type: Int32
- y
 Type: Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.