| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal inputImage As RasterImage _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public WorkflowImage( RasterImage inputImage ) | |
| C++/CLI | |
|---|---|
public: WorkflowImage( RasterImage inputImage ) | |
Parameters
- inputImage
- The 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family