Gets the image of the process.

Namespace:  ProcessMapping.ImageGeneration
Assembly:  ProcessMapping.ImageGeneration (in ProcessMapping.ImageGeneration.dll) Version: 1.0.0.3 (1.0.0.3)

Syntax

C#
public Bitmap GetImage()
Visual Basic (Declaration)
Public Function GetImage As Bitmap
Visual C++
public:
Bitmap^ GetImage()

Return Value

The image of the process

See Also