←Select platform

ReferenceImage Property

Summary

A RasterImage object specifying the reference image.

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

Property Value

Reference to a RasterImage object which specifies the reference (or original) image. The default value is null.

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