PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.renderingsurfaces Package / PDFRgbaIntBlockRenderingSurface Class / PDFRgbaIntBlockRenderingSurface Constructor / PDFRgbaIntBlockRenderingSurface Constructor(int[],int,int,int,int)
In This Topic
    PDFRgbaIntBlockRenderingSurface Constructor(int[],int,int,int,int)
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public PDFRgbaIntBlockRenderingSurface( 
       int[] bitmap,
       int x,
       int y,
       int width,
       int height
    )

    Parameters

    bitmap
    x
    y
    width
    height
    See Also