IWebSiteGraphicsRotateImage Method |
Rotates the image passed across by a number of degrees, running clockwise with 0 being north.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Image RotateImage(
Image original,
double degrees
)
Function RotateImage (
original As Image,
degrees As Double
) As Image
Image^ RotateImage(
Image^ original,
double degrees
)
abstract RotateImage :
original : Image *
degrees : float -> Image
Parameters
- original
- Type: System.DrawingImage
- degrees
- Type: SystemDouble
Return Value
Type:
ImageSee Also