Click or drag to resize
IWebSiteGraphics.RotateImage 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.Drawing.Image
degrees
Type: System.Double

Return Value

Type: Image
See Also