示例#1
0
 public void Dispose()
 {
     _orbitTran = null;
 }
示例#2
0
 public OrbitProjection(IOrbitProjectionTransform orbitTran, Size size)
 {
     _orbitTran = orbitTran;
     _size      = size;
 }