// Set zooming method
	public void SetZoomMethod(ZoomMethod zoomMethod)
	{
		m_ZoomMethod = zoomMethod;
	}
 // Set zooming method
 public void SetZoomMethod(ZoomMethod zoomMethod)
 {
     m_ZoomMethod = zoomMethod;
 }