Example #1
0
 public CameraMovingEventArgs(CameraPosition position)
 {
     this.Position = position;
 }