LEADTOOLS Workflow (Leadtools.Workflow.Raster assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WorkflowImage Constructor(RasterImage)
See Also 
Leadtools.Workflow.Raster Namespace > WorkflowImage Class > WorkflowImage Constructor : WorkflowImage Constructor(RasterImage)



inputImage
The Leadtools.RasterImage from which to create the new RasterImage.

The WorkflowImage Constructor(RasterImage) is available in LEADTOOLS Document and Medical Imaging toolkits.

Constructs a new RasterImage from the specified existing Leadtools.RasterImage object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal inputImage As RasterImage _
)
Visual Basic (Usage)Copy Code
Dim inputImage As RasterImage
 
Dim instance As New WorkflowImage(inputImage)
C# 
public WorkflowImage( 
   RasterImage inputImage
)
C++/CLI 
public:
WorkflowImage( 
   RasterImage^ inputImage
)

Parameters

inputImage
The Leadtools.RasterImage from which to create the new RasterImage.

Remarks

This constructor will not make a copy of srcImage; it will reference it. Therefore, srcImage should not be disposed after calling this constructor.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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