public virtual void setDetailedCrop(IImage8 img, IImage8 imgtrue, ColorManagementParams cmp, CropParams cp, int cx, int cy, int cw, int ch, int skip)
 {
     libPhotoAssistantImageProcessingPINVOKE.DetailedCropListener_setDetailedCrop(swigCPtr, IImage8.getCPtr(img), IImage8.getCPtr(imgtrue), ColorManagementParams.getCPtr(cmp), CropParams.getCPtr(cp), cx, cy, cw, ch, skip);
     if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
     {
         throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public virtual void setImage(IImage8 img, double scale, CropParams cp)
 {
     libPhotoAssistantImageProcessingPINVOKE.PreviewImageListener_setImage(swigCPtr, IImage8.getCPtr(img), scale, CropParams.getCPtr(cp));
     if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
     {
         throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(IImage8 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 4
0
 public virtual void delImage(IImage8 img)
 {
     libPhotoAssistantImageProcessingPINVOKE.PreviewImageListener_delImage(swigCPtr, IImage8.getCPtr(img));
 }