Leadtools.Converters assembly

GetLinkedImage Method

Show in webframe







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

            

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

Parameters

image
The RasterImage specified for the image.

Return Value

The Windows.UI.Xaml.Media.ImageSource that the specified Leadtools.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

See Also

Reference

RasterImageConverter Class
RasterImageConverter Members

 

 


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