BandOrderFilterBandOrder Property |
Gets or sets the
RasterFormat indicating the desired order of the bands in the source raster.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax public RasterFormat BandOrder { get; set; }
Public Property BandOrder As RasterFormat
Get
Set
public:
property RasterFormat BandOrder {
RasterFormat get ();
void set (RasterFormat value);
}
member BandOrder : RasterFormat with get, set
Property Value
Type:
RasterFormatSee Also