Click or drag to resize
IWebSiteGraphicsRotateImage Method
Rotates the image passed across by a number of degrees, running clockwise with 0 being north.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Image RotateImage(
	Image original,
	double degrees
)

Parameters

original
Type: System.DrawingImage
degrees
Type: SystemDouble

Return Value

Type: Image
See Also