Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IShapes Interface / addCameraPicture Method / addCameraPicture(String,String,double,double,double,double) Method
The range of the picture generated from
The picture name
The position (in points) of the upper-left cornerof the picture relative to the upper-left corner of the document.
The position (in points) of the upper-left cornerof the picture relative to the top of the document.
The width and height of the AutoShape's boundary box, in points.
The width and height of the AutoShape's boundary box, in points.
In This Topic
    addCameraPicture(String,String,double,double,double,double) Method
    In This Topic
    Creates a picture from reference range.Returns the IShape object that represents the new picture.
    Syntax
    IShape addCameraPicture( 
       java.lang.String reference,
       java.lang.String name,
       double left,
       double top,
       double width,
       double height
    )

    Parameters

    reference
    The range of the picture generated from
    name
    The picture name
    left
    The position (in points) of the upper-left cornerof the picture relative to the upper-left corner of the document.
    top
    The position (in points) of the upper-left cornerof the picture relative to the top of the document.
    width
    The width and height of the AutoShape's boundary box, in points.
    height
    The width and height of the AutoShape's boundary box, in points.

    Return Value

    The IShape object.
    See Also