IWebSiteGraphicsResizeForHiDpi Method |
Doubles the width and height of the image for use on high DPI displays.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Image ResizeForHiDpi(
Image original
)
Function ResizeForHiDpi (
original As Image
) As Image
Image^ ResizeForHiDpi(
Image^ original
)
abstract ResizeForHiDpi :
original : Image -> Image
Parameters
- original
- Type: System.DrawingImage
Return Value
Type:
ImageSee Also