Description
Flips the raster along the given axis.
Syntax
| [Visual Basic .NET] |
|---|
Public Sub Flip( _
ByVal Axis As AgEStkGraphicsFlipAxis _
)
|
Parameters
- Axis
-
The axis along which the raster will be flipped.Member Value Description eStkGraphicsFlipAxisHorizontal 0 The horizontal axis. eStkGraphicsFlipAxisVertical 1 The vertical axis.