销毁矩阵句柄并释放资源。
C Interface:
void KmlMgMatrixDestroy(KmlMgMatrixH matrix);
参数名
类型
描述
输入/输出
matrix
KmlMgMatrixH
由KmlMgMatrixCreate函数创建的矩阵句柄
#include "mg.h"
示例代码请参见示例。