Location class
Platform: ImagesLanguage: C# SDK:
Provides an object that describes a coordinate. An object of this type is required as a parameter in some methods.
Using statement
using Applitools.Utils.Geometry;
Constructor
- Location()
- A constructor that provides several ways to specify the Location coordinates.
Properties
- XType:int
- The horizontal coordinate of the point in pixels (from the left of the image).
- YType:int
- The vertical coordinate of the point in pixels (from the top of image).