Click or drag to resize
IWebSiteGraphicsAddAltitudeStalk Method
Creates a new image of the required height with an altitude stalk drawn centred on the X pixel passed across.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Image AddAltitudeStalk(
	Image original,
	int height,
	int centreX
)

Parameters

original
Type: System.DrawingImage
height
Type: SystemInt32
centreX
Type: SystemInt32

Return Value

Type: Image
See Also