Coordinate Class
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.
Coordinates within an image
public class Coordinate
type Coordinate = class
Public Class Coordinate
- Inheritance
-
Coordinate
Constructors
Coordinate() |
Initializes a new instance of the Coordinate class. |
Coordinate(Double, Double) |
Initializes a new instance of the Coordinate class. |
Properties
X |
Gets or sets the horizontal component, in pixels. |
Y |
Gets or sets the vertical component, in pixels. |
Methods
Validate() |
Validate the object. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET