FlipFilterFlipAxis Property |
Gets or sets the
FlipAxis along which the source raster will be flipped.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic FlipAxis FlipAxis { get; set; }
Public Property FlipAxis As FlipAxis
Get
Set
public:
property FlipAxis FlipAxis {
FlipAxis get ();
void set (FlipAxis value);
}
member FlipAxis : FlipAxis with get, set
Property Value
Type:
FlipAxis
See Also