←Select platform

FillColor Property

Summary

Gets or sets the value that indicates the RasterColor value that specifies the fill color for any exposed areas.

Syntax
C#
VB
Objective-C
C++
Java
public RasterColor FillColor { get; set; } 
Public Property FillColor As RasterColor 
@property (nonatomic, copy) LTRasterColor *fillColor 
public RasterColor getFillColor() 
public void setFillColor(RasterColor value) 
public: 
property RasterColor FillColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

Value that indicates the RasterColor value that specifies the fill color for any exposed areas.

Example

Refer to DisplacementCommand example.

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.ImageProcessing.Effects Assembly