Adds a new
Picture to the end of the canvas shape.
'Declaration
Public Overloads Function AddPicture( _
ByVal As GrapeCity.Documents.Drawing.Image _
) As Picture
public Picture AddPicture(
GrapeCity.Documents.Drawing.Image
)
Parameters
- image
Return Value
The added
Picture. The size of the picture is set to the size of the source image.