设置分屏显示模式下,当前窗口在分屏布局中的位置。

命名空间:  SuperMap.Realspace
程序集:  SuperMap.Realspace (in SuperMap.Realspace)
版本: dll

语法

C#
public void SetMonitorTable(
	int rows,
	int cols,
	int curRow,
	int curCol
)

参数

rows
Type: System..::.Int32
分屏布局的子屏幕行数。
cols
Type: System..::.Int32
分屏布局的子屏幕列数。
curRow
Type: System..::.Int32
当前场景窗口在分屏布局中所处的行数。
curCol
Type: System..::.Int32
当前场景窗口在分屏布局中所处的列数。

备注

下图为分屏显示的布局效果图。用户指定当前场景在布局中所处的行列数,从而确定了当前场景窗口在分屏布局中的位置。

版本信息

SuperMap iObjects .NET


请参见