PDFBgrByteStripRenderingSurface Constructor(byte[,],int,int,int,int)
In This Topic
Initializes a new object with the specified size and storage.
For internal use only.
Syntax
public PDFBgrByteStripRenderingSurface(
byte[][] ,
int ,
int ,
int ,
int
)
|
Parameters
- bitmap
- THe surface internal storage.
- 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