Click or drag to resize
IWebSiteGraphicsWidenImage Method
Widens the image and centres the original image within it. The new pixels are transparent.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Image WidenImage(
	Image original,
	int width,
	bool centreHorizontally
)

Parameters

original
Type: System.DrawingImage
width
Type: SystemInt32
centreHorizontally
Type: SystemBoolean

Return Value

Type: Image
See Also