根据给定的矩阵标签的行列数,构造一个矩阵标签类的新对象。

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

语法

C#
public LabelMatrix(
	int columnCount,
	int rowCount
)

参数

columnCount
Type: System..::.Int32
给定的列数。
rowCount
Type: System..::.Int32
给定的行数。

请参见