This document is archived and information here might be outdated. Recommended version. |
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