Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IShapes Interface / AddCameraPicture Method / AddCameraPicture(String,Double,Double,Double,Double) Method
The range of the picture generated from
The position (in points) of the upper-left corner of the picture relative to the upper-left corner of the document.
The position (in points) of the upper-left corner of 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,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( 
       System.string reference,
       System.double left,
       System.double top,
       System.double width,
       System.double height
    )

    Parameters

    reference
    The range of the picture generated from
    left
    The position (in points) of the upper-left corner of the picture relative to the upper-left corner of the document.
    top
    The position (in points) of the upper-left corner of 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 IShapeThe object.
    See Also