This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterConvolutionFilter Interface > IRasterConvolutionFilter.SetCenterPosition Method (ArcObjects .NET 10.4 SDK) |
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