←Select platform

FillColor Property

Summary

Gets or sets the background fill color.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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 ); 
} 

Property Value

A RasterColor object that specifies the background fill color.

Remarks

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.

Example

For an example, refer to HighQualityRotateCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly