Coordinate Class

Definition

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