The WorkflowImage Constructor(RasterImage) is available in LEADTOOLS Document and Medical Imaging toolkits.
Constructs a new RasterImage from the specified existing Leadtools.RasterImage object.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.
This constructor will not make a copy of srcImage; it will reference it. Therefore, srcImage should not be disposed after calling this constructor.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7