←Select platform

OutputExternal Property

Summary

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

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

Property Value

The color used in the generated image to indicate pixels which were not part of either image. The default value is new RasterColor(128, 128, 255).

Example

Refer to the CompareBitmapCommand example.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.