Image.rotate(RotateType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Rotates the image.
public:
virtual int rotate(Dynamics::AX::Application::RotateType _RotateType);
public virtual int rotate (Dynamics.AX.Application.RotateType _RotateType);
abstract member rotate : Dynamics.AX.Application.RotateType -> int
override this.rotate : Dynamics.AX.Application.RotateType -> int
Public Overridable Function rotate (_RotateType As RotateType) As Integer
Parameters
- _RotateType
- RotateType
The amount to rotate the image by.
Returns
0 indicates success; otherwise, failure.
Remarks
The possible values for the RotateType parameter are those available in the RotateType system enum:
0 | RotateNoneFlipNone | No rotation. |
1 | Rotate90FlipNone | Rotation by 90 degrees. |
2 | Rotate180FlipNone | Rotation by 180 degrees. |
3 | Rotate270FlipNone | Rotation by 270 degrees. |