←Select platform

ConvertToCGImageAsync Method

Summary

Converts an LTRasterImage to an CGImageRef.

Syntax

C#
VB
Objective-C
C++
public static void ConvertToCGImageAsync(  
   LTRasterImage image, 
   LTConvertToImageOptions options, 
   LTAsyncCompletionHandler completion 
) 
Public Shared Sub ConvertToCGImageAsync( _ 
   ByVal image As LTRasterImage, _ 
   ByVal options As LTConvertToImageOptions, _ 
   ByVal completion As LTAsyncCompletionHandler _ 
)  
+ (void)convertToCGImageAsync:(LTRasterImage *)image  
                      options:(LTConvertToImageOptions)options  
                   completion:(void (^)(CGImageRef nullable image, NSError * nullable error))completion 
             
public: 
static void ConvertToCGImageAsync(  
   LTRasterImage^ image, 
   LTConvertToImageOptions^ options, 
   LTAsyncCompletionHandler^ completion 
)  

Parameters

image
The LTRasterImage to be converted

options
Instance of LTConvertToImageOptions to control the conversion operation.

completion
Handler that fires after conversion with the converted image if successful, or an error object if the conversion failed.

Remarks

iOS / macOS

Use the ConvertToCGImageAsync method to convert a LEADTOOLS LTRasterImage into a CGImage asynchronously.

The conversion works by copying the image data over to the new destination. Currently, there is no support for sharing memory between an LTRasterImage and an CGImage. This method returns immediately and does the image conversion asynchronously in a queue

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Converters Assembly