IMosaicOperator3 Interface

Provides access to members that control custom mosaic operators.

Members

Name Description
Method Init Initializes a mosaic operator.

IMosaicOperator3.Init Method

Initializes a mosaic operator.

Public Sub Init ( _
    ByVal iCol As Integer, _
    ByVal iRow As Integer, _
    ByVal pBlock As IPixelBlock, _
    ByVal pMosaicBlock As IPixelBlock _
)
public void Init (
    int iCol,
    int iRow,
    IPixelBlock pBlock,
    IPixelBlock pMosaicBlock
);

Classes that implement IMosaicOperator3

Classes Description
BlendMosaicker A custom raster mosaic operator for performing blend value mosaic.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.