←Select platform

RasterImageConverter Class

Summary

Converts a LEADTOOLS RasterImage to and from a WinRT image object.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public static class RasterImageConverter  
Public MustInherit NotInheritable Class RasterImageConverter  
public sealed static class RasterImageConverter  
@interface LTRasterImageConverter : NSObject 
public class RasterImageConverter 
function Leadtools.Converters.RasterImageConverter() 
public ref class RasterImageConverter abstract sealed  

Remarks

The LEADTOOLS RasterImage class provides a platform-independent representation of an image. It serves as a working area for image manipulation and conversion. LEADTOOLS functions use this class for accessing the image in memory and for maintaining the characteristics of the image. This class contains the functionality needed to convert a LEADTOOLS RasterImage to and from a WinRT image object.

The RasterImageConverter class contains the following functionality:

Method Description
convertToImageSource

Converts a LEADTOOLS RasterImage to a WinRT Windows.UI.Xaml.Media.ImageSource.

convertFromImageSource

Converts a WinRT Windows.UI.Xaml.Media.ImageSource to a LEADTOOLS RasterImage.

testCompatible

Utility methods for testing whether a LEADTOOLS RasterImage is WinRT compatible.

For more information refer to RasterImage and WinRT.

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