←Select platform

ReferenceForeground Property

Summary

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

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

Property Value

The color used to identify the foreground content within the reference image. Typically, the foreground color is used to identify text. The default value is RasterColor.Black.

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