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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET