Coordinates(Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Coordinates class and defines the X and Y values.
public:
Coordinates(int x, int y);
public:
Coordinates(int x, int y);
Coordinates(int x, int y);
public Coordinates (int x, int y);
new System.Management.Automation.Host.Coordinates : int * int -> System.Management.Automation.Host.Coordinates
Public Sub New (x As Integer, y As Integer)
Parameters
- x
- Int32
The X coordinate
- y
- Int32
The Y coordinate