Click or drag to resize

RasterFlip Method

Flips the raster along the given axis.

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Flip(
	FlipAxis axis
)

Parameters

axis
Type: AGI.Foundation.Graphics.ImagingFlipAxis
The axis along which the raster will be flipped.
See Also