←Select platform

ReferenceBackground Property

Summary

A RasterColor object specifying the background color of the reference image.

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

Property Value

The color used to identify the background content within the reference image. The default value is RasterColor.White.

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