ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / Tiler Class / getTilingOrigin Method
If not null this object is used to return the information. If null a new one is created and returned.

In This Topic
    getTilingOrigin Method (Tiler)
    In This Topic
    Returns the tiling origin, referred to as '(xt0siz,yt0siz)' in the codestream header (SIZ marker segment).
    Syntax
    'Declaration
     
    
    Public Function getTilingOrigin( _
       ByVal co As Coord _
    ) As Coord
    public Coord getTilingOrigin( 
       Coord co
    )

    Parameters

    co
    If not null this object is used to return the information. If null a new one is created and returned.

    Return Value

    The coordinate of the tiling origin, in the canvas system, on the reference grid.
    See Also