Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IShapes Interface / addPicture Method / addPicture(String,double,double,double,double) Method
The file from which the object is to be created
The position (in points) of the upper-left corner of the picturerelative to the upper-left corner of the document.
The position (in points) of the upper-left corner of the picturerelative to the top of the document.
The width of the picture, in points.
The height of the picture, in points.
In This Topic
    addPicture(String,double,double,double,double) Method
    In This Topic
    Creates a picture from an existing file. Returns the IShape objectthat represents the new picture.
    Syntax
    IShape 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 picturerelative to the upper-left corner of the document.
    top
    The position (in points) of the upper-left corner of the picturerelative to the top of the document.
    width
    The width of the picture, in points.
    height
    The height of the picture, in points.

    Return Value

    The IShape object.
    See Also