Gets or sets the background fill color.
public RasterColor FillColor { get; set; }
Public Property FillColor As Leadtools.RasterColor
public Leadtools.RasterColor FillColor {get; set;}
@property (nonatomic, copy) LTRasterColor *fillColor
public RasterColor getFillColor()
public void setFillColor(RasterColor value)
<br/>get_FillColor();<br/>set_FillColor(value);<br/>Object.defineProperty('FillColor');
public:
property Leadtools.RasterColor FillColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
A RasterColor object that specifies the background fill color.
The FillColor property will only be used if HighQualityRotateCommandFlags.Resize is specified in the Flags property. Since a RasterImage is always a rectangular object, rotation will always increase the width and height of the image. The extra space will be filled with the color specified in FillColor.
For an example, refer to HighQualityRotateCommand.
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