C#
VB
Java
Objective-C
WinRT C#
C++
Initializes a new instance of the FillCommand class with explicit parameters.
public FillCommand(
RasterColor color
)
Public Function New( _
ByVal color As Leadtools.RasterColor _
)
public FillCommand(
Leadtools.RasterColor color
)
- (instancetype)initWithColor:(LTRasterColor *)color
public FillCommand(RasterColor color)
function FillCommand(
color
)
public:
FillCommand(
Leadtools.RasterColor color
)
color
The fill color.
The FillCommand function can use the Extended Grayscale mask. For more information, refer to Grayscale Images
For an example, refer to FillCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET