Click or drag to resize

Coordinate Class

This class represents a two dimensional coordinate on a digitizer.
Inheritance Hierarchy
SystemObject
  EasyScriptAPICoordinate

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public class Coordinate

The Coordinate type exposes the following members.

Constructors
  NameDescription
Public methodCoordinate
Initializes a new instance of the Coordinate class.
Top
Properties
  NameDescription
Public propertyX
The horizontal component of the coordinate.
Public propertyY
The vertical component of the coordinate.
Top
Methods
See Also