[]
        
(Showing Draft Content)

CSJ2K.j2k.image.Coord

Coord Class

This class represents 2-D coordinates.

Inheritance
Coord
Namespace: CSJ2K.j2k.image
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class Coord

Constructors

Name Description
Coord()

Creates a new coordinate object given with the (0,0) coordinates

Coord(Coord)

Creates a new coordinate object given another Coord object i.e. copy constructor

Coord(int, int)

Creates a new coordinate object given the two coordinates.

Fields

Name Description
x

The horizontal coordinate

y

The vertical coordinate

Methods

Name Description
ToString()

Returns a string representation of the object coordinates