PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.renderingsurfaces Package / MaskRenderingSurface Interface / getIndexForPixel Method
In This Topic
    getIndexForPixel Method
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    int getIndexForPixel( 
       int x,
       int y,
       int xOrigin,
       int yOrigin,
       int width
    )

    Parameters

    x
    y
    xOrigin
    yOrigin
    width
    See Also