←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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 Apryse Sofware Corp. All Rights Reserved.

Leadtools Assembly