IBackgroundPicture addPictureInPixel( java.lang.String filename, double left, double top, double width, double height ) |
Parameters
- filename
- The file from which the object is to be created
- left
- The position (in pixels) of the upper-left corner of the destination rectanglerelative to the upper-left corner of the document.
- top
- The position (in pixels) of the upper-left corner of the destination rectanglerelative to the top of the document.
- width
- The width of the destination rectangle, in pixels.
- height
- The height of the destination rectangle, in pixels.
Return Value
The IBackgroundPicture object.