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: 25.2.423.0 (25.2.423.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