Share via


WebImage.RotateRight Method

Rotates an image to the right.

Namespace:  System.Web.Helpers
Assembly:  System.Web.Helpers (in System.Web.Helpers.dll)

Syntax

'Declaration
Public Function RotateRight As WebImage
'Usage
Dim instance As WebImage 
Dim returnValue As WebImage 

returnValue = instance.RotateRight()
public WebImage RotateRight()
public:
WebImage^ RotateRight()
member RotateRight : unit -> WebImage
public function RotateRight() : WebImage

Return Value

Type: System.Web.Helpers.WebImage
The rotated image.

See Also

Reference

WebImage Class

System.Web.Helpers Namespace