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