Leadtools.Mrc Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
MrcSegmenter Constructor(RasterImage,Color,Color)
See Also 
Leadtools.Mrc Namespace > MrcSegmenter Class > MrcSegmenter Constructor : MrcSegmenter Constructor(RasterImage,Color,Color)




image
Image that will be segmented.
backColor
Default base background color for the MRC image.
foreColor
Default base foreground color for the MRC image.
Initializes a new MrcSegmenter with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal image As RasterImage, _
   ByVal backColor As Color, _
   ByVal foreColor As Color _
)
Visual Basic (Usage)Copy Code
Dim image As RasterImage
Dim backColor As Color
Dim foreColor As Color
 
Dim instance As MrcSegmenter(image, backColor, foreColor)
C# 
public MrcSegmenter( 
   RasterImage image,
   Color backColor,
   Color foreColor
)
Managed Extensions for C++ 
public: MrcSegmenter( 
   RasterImage image,
   Color backColor,
   Color foreColor
)
C++/CLI 
public:
MrcSegmenter( 
   RasterImage image,
   Color backColor,
   Color foreColor
)

Parameters

image
Image that will be segmented.
backColor
Default base background color for the MRC image.
foreColor
Default base foreground color for the MRC image.

Example

Refer to MrcSegmenter example.

Remarks

This constructor will Initializes the fields needed to the segmentation process.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Mrc requires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features