Click or drag to resize

Raster.Flip Method

Flips the raster along the given axis.

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

Parameters

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