AGI STK Graphics 11Send comments on this topic.
Flip Method (IAgStkGraphicsRaster)
See Also 
Axis
The axis along which the raster will be flipped.
Windows






Windows & Linux

Description

Flips the raster along the given axis.

Syntax

[Visual Basic .NET]
Public Sub Flip( _
   ByVal Axis As AgEStkGraphicsFlipAxis _
) 
[C#]
public void Flip(
   AgEStkGraphicsFlipAxis Axis
);
[Managed C++]
public: void Flip(
   AgEStkGraphicsFlipAxis Axis
);
[Java]
public  flip(
   AgEStkGraphicsFlipAxis Axis
);
[Unmanaged C++]
public: HRESULT Flip(
   AgEStkGraphicsFlipAxis Axis
);

Parameters

Axis
MemberValueDescription
eStkGraphicsFlipAxisHorizontal0The horizontal axis.
eStkGraphicsFlipAxisVertical1The vertical axis.
The axis along which the raster will be flipped.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.