ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / Coord Class / Coord Constructor / Coord Constructor(Int32,Int32)
The horizontal coordinate.
The vertical coordinate.

In This Topic
    Coord Constructor(Int32,Int32)
    In This Topic
    Creates a new coordinate object given the two coordinates.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As Integer, _
       ByVal y As Integer _
    )
    public Coord( 
       int x,
       int y
    )

    Parameters

    x
    The horizontal coordinate.
    y
    The vertical coordinate.
    See Also