Flips the raster along the given axis.
[Visual Basic .NET] |
---|
Public Sub Flip( _ ByVal Axis As AgEStkGraphicsFlipAxis _ ) |
[C#] |
---|
public void Flip( AgEStkGraphicsFlipAxis Axis ); |
[Managed C++] |
---|
public: void Flip( AgEStkGraphicsFlipAxis Axis ); |
[Unmanaged C++] |
---|
public: HRESULT Flip( AgEStkGraphicsFlipAxis Axis ); |
[Java] |
---|
public void flip( AgEStkGraphicsFlipAxis Axis ); |
[Python - STK API ] |
---|
def Flip(self, Axis:"AgEStkGraphicsFlipAxis") -> None: |
- Axis
- The axis along which the raster will be flipped.