Adds a
Picture to this collection at the
InsertLocation.End location.
'Declaration
Public Overloads Function Add( _
ByVal As GrapeCity.Documents.Drawing.Image _
) As Picture
public Picture Add(
GrapeCity.Documents.Drawing.Image
)
Parameters
- image
- The GrapeCity.Documents.Drawing.Image object representing the picture.
Return Value
The added
Picture. The size of the picture is set to the size of the source image.