Click or drag to resize
IWebSiteGraphicsHeightenImage 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.DrawingImage
height
Type: SystemInt32
centreVertically
Type: SystemBoolean

Return Value

Type: Image
See Also