←Select platform

GetLinkedImage Method

Summary

Gets the native image that the specified RasterImage is linked to.

Syntax
Java
public static Bitmap getLinkedImage(RasterImage image) 

Parameters

image
The RasterImage specified for the image.

Return Value

The android.graphics.Bitmap that the specified RasterImage is linked to. Returns null when there is no linked image.

Remarks

Avoid making a copy of the actual image data when converting to / from an android.graphics.Bitmap by using the ConvertToImageOptions.LinkImage flag.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Converters Assembly