Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

FillCommand Constructor(RasterColor)








The fill color.
Initializes a new instance of the FillCommand class with explicit parameters.
Syntax
public FillCommand( 
   RasterColor color
)
'Declaration
 
Public Function New( _
   ByVal color As RasterColor _
)
'Usage
 
Dim color As RasterColor
 
Dim instance As New FillCommand(color)
public FillCommand( 
   RasterColor color
)
- (instancetype)initWithColor:(LTRasterColor *)color
public FillCommand(RasterColor color)
function FillCommand( 
   color 
)
public:
FillCommand( 
   RasterColor color
)

Parameters

color
The fill color.
Remarks

The FillCommand function can use the Extended Grayscale mask. For more information, refer to Grayscale Images

Example
For an example, refer to FillCommand.
Requirements

Target Platforms

See Also

Reference

FillCommand Class
FillCommand Members
Overload List

Error processing SSI file