Class UIImage_ScanbotBarcodeScannerSDK_Swift_9411  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - BarcodeSDK.NET.iOS.dll
 
   
  
  
  
    public static class UIImage_ScanbotBarcodeScannerSDK_Swift_9411
   
  
    - Inheritance
 
    - 
      
      
UIImage_ScanbotBarcodeScannerSDK_Swift_9411
     
  
  
    - Inherited Members
 
    - 
    
    
    
    
    
    
    
  
 
  Properties
  
  
  GrayscaledImage
  
  
  
  
  
    public static UIImage? GrayscaledImage { get; }
   
  Property Value
  
    - UIImage
 
    
  
  
  
  ImageWithFixedOrientation
  
  
  
  
  
    public static UIImage? ImageWithFixedOrientation { get; }
   
  Property Value
  
    - UIImage
 
    
  
  
  
  ImageWithNormalizedOrientation
  
  
  
  
  
    public static UIImage? ImageWithNormalizedOrientation { get; }
   
  Property Value
  
    - UIImage
 
    
  
  
  
  ImageWithStrippedAlpha
  
  
  
  
  
    public static UIImage? ImageWithStrippedAlpha { get; }
   
  Property Value
  
    - UIImage
 
    
  
  
  
  InvertedImage
  
  
  
  
  
    public static UIImage? InvertedImage { get; }
   
  Property Value
  
    - UIImage
 
    
  
  
  
  IsMonochrome
  
  
  
  
  
    public static bool IsMonochrome { get; }
   
  Property Value
  
    - bool
 
    
  
  Methods
  
  
  ImageByCenterCroppingToAspectRatio(UIImage, SBSDKAspectRatio)
  
  
  
  
  
    public static UIImage? ImageByCenterCroppingToAspectRatio(this UIImage This, SBSDKAspectRatio aspectRatio)
   
  Parameters
  
    This UIImage 
    
    aspectRatio SBSDKAspectRatio 
    
  
  Returns
  
    - UIImage
 
    
  
  
  
  ImageDataWithFixedOrientation(UIImage, NSData)
  
  
  
  
  
    public static NSData? ImageDataWithFixedOrientation(this UIImage This, NSData imageData)
   
  Parameters
  
    This UIImage 
    
    imageData NSData 
    
  
  Returns
  
    - NSData
 
    
  
  
  
  ImageFromPixelBuffer(UIImage, CVPixelBuffer)
  
  
  
  
  
    public static UIImage? ImageFromPixelBuffer(this UIImage This, CVPixelBuffer pixelBuffer)
   
  Parameters
  
    This UIImage 
    
    pixelBuffer CVPixelBuffer 
    
  
  Returns
  
    - UIImage
 
    
  
  
  
  ImageFromPixelBuffer(UIImage, CVPixelBuffer, AVCaptureVideoOrientation)
  
  
  
  
  
    public static UIImage? ImageFromPixelBuffer(this UIImage This, CVPixelBuffer pixelBuffer, AVCaptureVideoOrientation orientation)
   
  Parameters
  
    This UIImage 
    
    pixelBuffer CVPixelBuffer 
    
    orientation AVCaptureVideoOrientation 
    
  
  Returns
  
    - UIImage
 
    
  
  
  
  
  
  
    public static UIImage? ImageFromSampleBuffer(this UIImage This, CMSampleBuffer sampleBuffer)
   
  Parameters
  
    This UIImage 
    
    sampleBuffer CMSampleBuffer 
    
  
  Returns
  
    - UIImage
 
    
  
  
  
  
  
  
    public static UIImage? ImageFromSampleBuffer(this UIImage This, CMSampleBuffer sampleBuffer, AVCaptureVideoOrientation orientation)
   
  Parameters
  
    This UIImage 
    
    sampleBuffer CMSampleBuffer 
    
    orientation AVCaptureVideoOrientation 
    
  
  Returns
  
    - UIImage
 
    
  
  
  
  ImageRotatedByDegrees(UIImage, NFloat)
  
  
  
  
  
    public static UIImage? ImageRotatedByDegrees(this UIImage This, NFloat degrees)
   
  Parameters
  
    This UIImage 
    
    degrees NFloat 
    
  
  Returns
  
    - UIImage
 
    
  
  
  
  ImageRotatedClockwise(UIImage, nint)
  
  
  
  
  
    public static UIImage? ImageRotatedClockwise(this UIImage This, nint times)
   
  Parameters
  
    This UIImage 
    
    times nint 
    
  
  Returns
  
    - UIImage
 
    
  
  
  
  ImageRotatedCounterClockwise(UIImage, nint)
  
  
  
  
  
    public static UIImage? ImageRotatedCounterClockwise(this UIImage This, nint times)
   
  Parameters
  
    This UIImage 
    
    times nint 
    
  
  Returns
  
    - UIImage
 
    
  
  
  
  ImageScaledToSize(UIImage, CGSize)
  
  
  
  
  
    public static UIImage? ImageScaledToSize(this UIImage This, CGSize size)
   
  Parameters
  
    This UIImage 
    
    size CGSize 
    
  
  Returns
  
    - UIImage
 
    
  
  
  
  
  
  
    public static UIImage? ImageTransformedBy(this UIImage This, CGAffineTransform transform)
   
  Parameters
  
    This UIImage 
    
    transform CGAffineTransform 
    
  
  Returns
  
    - UIImage
 
    
  
  
  
  ImageWithColor(UIImage, UIColor, CGSize)
  
  
  
  
  
    public static UIImage? ImageWithColor(this UIImage This, UIColor color, CGSize size)
   
  Parameters
  
    This UIImage 
    
    color UIColor 
    
    size CGSize 
    
  
  Returns
  
    - UIImage
 
    
  
  
  
  LimitedToSize(UIImage, CGSize)
  
  
  
  
  
    public static UIImage? LimitedToSize(this UIImage This, CGSize size)
   
  Parameters
  
    This UIImage 
    
    size CGSize 
    
  
  Returns
  
    - UIImage