LEADTOOLS (Leadtools assembly)

FillCommand Constructor(RasterColor)

Show in webframe







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
)
-(id)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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.