Initializes a new instance with a Raster Format indicating the desired order of the bands in the source raster, and whether to maintain the source raster's format after swizzling.
[Visual Basic .NET] |
---|
Public Function InitializeWithOrderAndBool( _ ByVal BandOrder As AgEStkGraphicsRasterFormat, _ ByVal MaintainImageFormat As Boolean _ ) As IAgStkGraphicsBandOrderFilter |
[C#] |
---|
public IAgStkGraphicsBandOrderFilter InitializeWithOrderAndBool( AgEStkGraphicsRasterFormat BandOrder, bool MaintainImageFormat ); |
[Managed C++] |
---|
public: IAgStkGraphicsBandOrderFilter^ InitializeWithOrderAndBool( AgEStkGraphicsRasterFormat BandOrder, bool MaintainImageFormat ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithOrderAndBool( AgEStkGraphicsRasterFormat BandOrder, VARIANT_BOOL MaintainImageFormat, IAgStkGraphicsBandOrderFilter ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsBandOrderFilter initializeWithOrderAndBool( AgEStkGraphicsRasterFormat BandOrder, bool MaintainImageFormat ); |
[Python - STK API ] |
---|
def InitializeWithOrderAndBool(self, BandOrder:"AgEStkGraphicsRasterFormat", MaintainImageFormat:bool) -> "IAgStkGraphicsBandOrderFilter": |
- BandOrder
- The Raster Format indicating the desired order of the bands in the source raster.
- MaintainImageFormat
- true to maintain the source raster's format after swizzling; otherwise, false.