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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET