←Select platform

FillCommand Constructor(RasterColor)

Summary
Initializes a new instance of the FillCommand class with explicit parameters.
Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal color As RasterColor _ 
) 
- (instancetype)initWithColor:(LTRasterColor *)color 
public FillCommand(RasterColor 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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.