ITileMatrixResetMinMaxRowCol 方法 |
重置矩阵有效区域
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法void ResetMinMaxRowCol(
int iMatrixMinRow,
int iMatrixMaxRow,
int iMatrixMinCol,
int iMatrixMaxCol
)
Sub ResetMinMaxRowCol (
iMatrixMinRow As Integer,
iMatrixMaxRow As Integer,
iMatrixMinCol As Integer,
iMatrixMaxCol As Integer
)
void ResetMinMaxRowCol(
int iMatrixMinRow,
int iMatrixMaxRow,
int iMatrixMinCol,
int iMatrixMaxCol
)
abstract ResetMinMaxRowCol :
iMatrixMinRow : int *
iMatrixMaxRow : int *
iMatrixMinCol : int *
iMatrixMaxCol : int -> unit
参数
- iMatrixMinRow
- 类型: SystemInt32
矩阵尺寸 有效的最小行(小于0无效) - iMatrixMaxRow
- 类型: SystemInt32
矩阵尺寸 有效的最大行(小于0无效) - iMatrixMinCol
- 类型: SystemInt32
矩阵尺寸 有效的最小列(小于0无效) - iMatrixMaxCol
- 类型: SystemInt32
矩阵尺寸 有效的最大列(小于0无效)
参见