←Select platform

Color Property

Summary

The color used to display those pixels in the overlay image with a value of 1.

Syntax
C#
VB
Objective-C
C++
Java
public RasterColor Color { get; set; } 
Public Property Color As RasterColor 
@property (nonatomic, copy) LTRasterColor *color 
public RasterColor getColor() 
public void setColor(RasterColor value) 
public: 
property RasterColor Color { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

A RasterColor used to display those pixels in the overlay image with a value of 1.

Remarks

For more information, refer to Overlay Overview.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly