PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.renderingsurfaces Package / PDFRgbaIntStripRenderingSurface Class / PDFRgbaIntStripRenderingSurface Constructor / PDFRgbaIntStripRenderingSurface Constructor(int,int,int,int)
The x coordinate of rendering surface's top left corner.
The y coordinate of rendering surface's top left corner.
The width in pixels of the rendering surface.
The height in pixels of the rendering surface.
In This Topic
    PDFRgbaIntStripRenderingSurface Constructor(int,int,int,int)
    In This Topic
    Initializes a new object with the specified size.
    For internal use only.
    Syntax
    public PDFRgbaIntStripRenderingSurface( 
       int x,
       int y,
       int width,
       int height
    )

    Parameters

    x
    The x coordinate of rendering surface's top left corner.
    y
    The y coordinate of rendering surface's top left corner.
    width
    The width in pixels of the rendering surface.
    height
    The height in pixels of the rendering surface.
    See Also