IBackgroundPicture addPicture( 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 points) of the upper-left corner of the destination rectanglerelative to the upper-left corner of the document.
- top
- The position (in points) of the upper-left corner of the destination rectanglerelative to the top of the document.
- width
- The width of the destination rectangle, in points.
- height
- The height of the destination rectangle, in points.
Return Value
The IBackgroundPictureThe object.