ASP.NET Ajax Javascript (Specification) | |
---|---|
function rotate( degreesClockwise : number ) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfPageView.rotate(number); |
Parameters
- degreesClockwise
- Use this parameter to indicate how much to rotate the image. Only the following values are accepted: 90, 180, 270, -90, -180, and -270.