Adds an System.Drawing.Image to the data object in the DataFormats.Bitmap format.
- image
- The System.Drawing.Image to add to the data object.
To retrieve image data from the data object, first use the DataObject.ContainsImage method to determine whether the data object contains image data before retrieving it with the DataObject.GetImage method.