Click or drag to resize
IWebSiteGraphics.HeightenImage Method
Heightens 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 HeightenImage(
	Image original,
	int height,
	bool centreVertically
)

Parameters

original
Type: System.Drawing.Image
height
Type: System.Int32
centreVertically
Type: System.Boolean

Return Value

Type: Image
See Also