Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GroupShape Class / AddPicture Method / AddPicture(Image) Method

In This Topic
    AddPicture(Image) Method
    In This Topic
    Adds a new Picture to the end of the group shape.
    Syntax
    'Declaration
     
    Public Overloads Function AddPicture( _
       ByVal image As GrapeCity.Documents.Drawing.Image _
    ) As Picture
    public Picture AddPicture( 
       GrapeCity.Documents.Drawing.Image image
    )

    Parameters

    image

    Return Value

    The added Picture. The size of the picture is set to the size of the source image.
    See Also