←Select platform

FillCommand Constructor(RasterColor)

Summary

Initializes a new instance of the FillCommand class with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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 
) 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly