LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

FillColor Property (HighQualityRotateCommand)

Show in webframe







Gets or sets the background fill color.
Syntax
public RasterColor FillColor {get; set;}
'Declaration
 
Public Property FillColor As RasterColor
'Usage
 
Dim instance As HighQualityRotateCommand
Dim value As RasterColor
 
instance.FillColor = value
 
value = instance.FillColor
public RasterColor FillColor {get; set;}
@property (nonatomic, copy) LTRasterColor* fillColor;
public RasterColor getFillColor()
public void setFillColor(RasterColor value)
            
 
get_FillColor();
set_FillColor(value);
Object.defineProperty('FillColor');
public:
property RasterColor FillColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

A Leadtools.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 Leadtools.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

See Also

Reference

HighQualityRotateCommand Class
HighQualityRotateCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.