Provides access to members that control custom mosaic operators.
Members
Name | Description | |
---|---|---|
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. |