R/R_PDFRectangle_auto.R

Defines functions clipTo contains isValid

isValid <-
function( this )
{
    .Call('R_PDFRectangle_isValid', as(this, 'PDFRectangle'))
}

contains <-
function( this, x, y )
{
    .Call('R_PDFRectangle_contains', as(this, 'PDFRectangle'), as(x, 'numeric'), as(y, 'numeric'))
}

clipTo <-
function( this, rect )
{
    .Call('R_PDFRectangle_clipTo', as(this, 'PDFRectangle'), as(rect, 'PDFRectanglePtr'))
}
dsidavis/Rrawpoppler documentation built on Nov. 23, 2023, 3:36 p.m.