←Select platform

FillColor Property

Summary

Gets or sets the background fill color.

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

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly