'Declaration Public Overloads Function Insert( _ ByVal image As GrapeCity.Documents.Drawing.Image, _ ByVal location As InsertLocation _ ) As Picture
public Picture Insert( GrapeCity.Documents.Drawing.Image image, InsertLocation location )
Parameters
- image
- The GrapeCity.Documents.Drawing.Image object representing the picture.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted Picture. The size of the picture is set to the size of the source image.