This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Function ExtractAoi ( _ ByVal x1 As Double, _ ByVal y1 As Double, _ ByVal x2 As Double, _ ByVal y2 As Double, _ ByVal nCols As Integer, _ ByVal nRows As Integer _ ) As Boolean
[C#] public bool ExtractAoi ( double x1, double y1, double x2, double y2, int nCols, int nRows );
[C++]
HRESULT ExtractAoi(
double x1,
double y1,
double x2,
double y2,
long nCols,
long nRows
);
[C++]
Parameters x1 [in]
x1 is a parameter of type double y1 [in]
y1 is a parameter of type double x2 [in]
x2 is a parameter of type double y2 [in]
y2 is a parameter of type double nCols [in]
nCols is a parameter of type long nRows [in]
nRows is a parameter of type long