Point Constructor (Int32, Int32)
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.