ArcObjects Library Reference (DataSourcesRaster)  

IRasterConvolutionFilter.SetCenterPosition Method

Sets the center position of the kernel filter.

[Visual Basic .NET]
Public Sub SetCenterPosition ( _
    ByVal atColumn As Integer, _
    ByVal atRow As Integer _
)
[C#]
public void SetCenterPosition (
    int atColumn,
    int atRow
);
[C++]
HRESULT SetCenterPosition(
  long atColumn,
  long atRow
);
[C++]

Parameters

atColumn [in]   atColumn is a parameter of type long atRow [in]   atRow is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterConvolutionFilter Interface