C#
VB
Java
Objective-C
WinRT C#
C++
The color used to display those pixels in the overlay image with a value of 1.
public RasterColor Color { get; set; }
Public Property Color As Leadtools.RasterColor
public Leadtools.RasterColor Color {get; set;}
@property (nonatomic, copy) LTRasterColor *color
public RasterColor getColor()
public void setColor(RasterColor value)
<br/>get_Color();<br/>set_Color(value);<br/>Object.defineProperty('Color');
public:
property Leadtools.RasterColor Color {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
A RasterColor used to display those pixels in the overlay image with a value of 1.
For more information, refer to Overlay Overview.
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET