Click or drag to resize
IWebSiteGraphicsUseImage Method
When passed the current temporary image and the image that will become the new temporary image this disposes of the old temporary image and returns the new one. Can cope when the same image is passed across for both the temporary and new image.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Image UseImage(
	Image tempImage,
	Image newImage
)

Parameters

tempImage
Type: System.DrawingImage
newImage
Type: System.DrawingImage

Return Value

Type: Image
See Also