Leadtools.Converters assembly

GetLinkedImage Method

Show in webframe







The RasterImage specified for the image.
Gets the native image that the specified Leadtools.RasterImage is linked to.
Syntax
public static Bitmap GetLinkedImage( 
   RasterImage image
)
'Declaration
 
Public Shared Function GetLinkedImage( _
   ByVal image As RasterImage _
) As Bitmap
'Usage
 
Dim image As RasterImage
Dim value As Bitmap
 
value = RasterImageConverter.GetLinkedImage(image)
public static Bitmap GetLinkedImage( 
   RasterImage image
)

            

            
 function Leadtools.Converters.RasterImageConverter.GetLinkedImage( 
   image 
)
public:
static Bitmap^ GetLinkedImage( 
   RasterImage^ image
) 

Parameters

image
The RasterImage specified for the image.

Return Value

The android.graphics.Bitmap that the specified Leadtools.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

See Also

Reference

RasterImageConverter Class
RasterImageConverter Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.