Image.Replace

Image.Replace method

Replaces the current image data with the data from the provided Image object.

public void Replace(Image newImage)
ParameterTypeDescription
newImageImageThe Image object containing the new data.

See Also