Flips the raster along the given axis.
| [Visual Basic .NET] |
|---|
Public Sub Flip( _ ByVal Axis As AgEStkGraphicsFlipAxis _ ) |
| [C#] |
|---|
public void Flip( |
| [Managed C++] |
|---|
public: void Flip( |
| [Java] |
|---|
public flip( |
| [Unmanaged C++] |
|---|
public: HRESULT Flip( |
- Axis
The axis along which the raster will be flipped.Member Value Description eStkGraphicsFlipAxisHorizontal 0 The horizontal axis. eStkGraphicsFlipAxisVertical 1 The vertical axis.
