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.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Image UseImage(
Image tempImage,
Image newImage
)
Function UseImage (
tempImage As Image,
newImage As Image
) As Image
Image^ UseImage(
Image^ tempImage,
Image^ newImage
)
abstract UseImage :
tempImage : Image *
newImage : Image -> Image
Parameters
- tempImage
- Type: System.DrawingImage
- newImage
- Type: System.DrawingImage
Return Value
Type:
ImageSee Also