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.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Image AddAltitudeStalk(
Image original,
int height,
int centreX
)
Function AddAltitudeStalk (
original As Image,
height As Integer,
centreX As Integer
) As Image
Image^ AddAltitudeStalk(
Image^ original,
int height,
int centreX
)
abstract AddAltitudeStalk :
original : Image *
height : int *
centreX : int -> Image
Parameters
- original
- Type: System.DrawingImage
- height
- Type: SystemInt32
- centreX
- Type: SystemInt32
Return Value
Type:
ImageSee Also