←Select platform

GetLinkedCGImage Method

Summary

Gets the CGImageRef that the specified RasterImage is linked to.

Syntax

C#
VB
Objective-C
C++
public static CGImageRef GetLinkedCGImage(  
   Leadtools.RasterImage image 
) 
Public Shared Function GetLinkedCGImage( _ 
   ByVal image As Leadtools.RasterImage _ 
) As CGImageRef 
+ (nullable CGImageRef)getLinkedCGImage:(LTRasterImage *)image error:(NSError **)error 
public: 
static CGImageRef^ GetLinkedCGImage(  
   Leadtools.RasterImage^ image 
)  

Parameters

image
The LTRasterImage specified by the image.

Return Value

The CGImageRef that the specified RasterImage is linked to. Returns null when there is no linked image.

Remarks

You can avoid making a copy of the actual image data when converting to / from an CGImageRef using the ConvertToImageOptions.LinkImage flag.

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