Share via


WebImage.RotateLeft Method

Rotates an image to the left.

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

Syntax

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

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

Return Value

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

See Also

Reference

WebImage Class

System.Web.Helpers Namespace