Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
FillCommand Constructor(Color)
See Also 
Leadtools.ImageProcessing Namespace > FillCommand Class > FillCommand Constructor : FillCommand Constructor(Color)



color
The fill color.
Initializes a new FillCommand with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal color As Color _
)
Visual Basic (Usage)Copy Code
Dim color As Color
 
Dim instance As FillCommand(color)
C# 
public FillCommand( 
   Color color
)
C++/CLI 
public:
FillCommand( 
   Color color
)

Parameters

color
The fill color.

Example

For an example, refer to FillCommand

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also