public virtual void OnTagLocated(ImageTagLocation location)
 {
     if (SwigDerivedClassHasMethod("OnTagLocated", swigMethodTypes0))
     {
         SharingClientPINVOKE.ImageTagLocationListener_OnTagLocatedSwigExplicitImageTagLocationListener(swigCPtr, ImageTagLocation.getCPtr(location));
     }
     else
     {
         SharingClientPINVOKE.ImageTagLocationListener_OnTagLocated(swigCPtr, ImageTagLocation.getCPtr(location));
     }
 }