←Select platform

OutputMatch Property

Summary

A RasterColor object specifying the output pixel color of matching information.

Syntax
C#
VB
C++
public RasterColor OutputMatch {get; set;} 
Public Property OutputMatch() As RasterColor 
   Get 
   Set 
public:  
   property RasterColor^ OutputMatch 
   { 
      RasterColor^ get() 
      void set(RasterColor^ value) 
   } 

Property Value

The color used in the generated image to indicate pixels which were equal in both images. The default value is new RasterColor(64, 64, 64).

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