←Select platform

OutputImage Property

Summary

Gets a RasterImage object that represents the comparison results.

Syntax
C#
VB
C++
public RasterImage OutputImage { get; } 
Public ReadOnly Property OutputImage() As RasterImage 
   Get 
public:  
   property RasterImage^ OutputImage 
   { 
      RasterImage^ get() 
   } 

Property Value

Reference to a RasterImage object containing the comparison results.

Remarks

Refer to the CompareBitmapCommand class for more information.

Example

Refer to the CompareBitmapCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly