Image.flip(FlipType) 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 180 degrees in a vertical or horizontal direction.
public:
virtual int flip(Dynamics::AX::Application::FlipType _FlipType);
public virtual int flip (Dynamics.AX.Application.FlipType _FlipType);
abstract member flip : Dynamics.AX.Application.FlipType -> int
override this.flip : Dynamics.AX.Application.FlipType -> int
Public Overridable Function flip (_FlipType As FlipType) As Integer
Parameters
- _FlipType
- FlipType
A FlipType enumeration that determines the way in which the image is flipped.
Returns
0 indicates success; otherwise, failure.
Remarks
The possible values for the FlipType parameter are those available in the FlipType system enum:
0 | RotateNoneFlipNone | No flip |
1 | RotateNoneFlipX | Rotates the image 180 degrees in a horizontal direction. |
2 | RotateNoneFlipY | Rotates the image 180 degrees in a vertical direction. |