←Select platform

GetLinkedImage Method

Summary

Gets the WriteableBitmap that the specified RasterImage is linked to.

Syntax

C#
VB
WinRT C#
C++
public static ImageSource GetLinkedImage(  
   Leadtools.RasterImage image 
) 
Public Shared Function GetLinkedImage( _ 
   ByVal image As Leadtools.RasterImage _ 
) As ImageSource 
public static ImageSource GetLinkedImage(  
   Leadtools.RasterImage image 
) 
 function Leadtools.Converters.RasterImageConverter.GetLinkedImage(  
   image  
) 
public: 
static ImageSource^ GetLinkedImage(  
   Leadtools.RasterImage^ image 
)  

Parameters

image
The RasterImage specified for the image.

Return Value

The Windows.UI.Xaml.Media.ImageSource that the specified RasterImage is linked to, otherwise it returns null.

Remarks

Avoid making a copy of the actual image data when converting to / from a Windows.UI.Xaml.Media.ImageSource by 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