CaptureFromExe Method

Summary

Captures an image of a resource stored in an exe or dll.

Syntax
C#
VB
C++
  
Public Function CaptureFromExe( _ 
   ByVal fileName As String, _ 
   ByVal resourceType As ScreenCaptureResourceType, _ 
   ByVal resourceId As String, _ 
   ByVal captureByIndex As Boolean, _ 
   ByVal backgroundColor As Color _ 
) As RasterImage 
public: 
RasterImage^ CaptureFromExe(  
   String^ fileName, 
   ScreenCaptureResourceType resourceType, 
   String^ resourceId, 
   bool captureByIndex, 
   Color backgroundColor 
)  

Parameters

fileName
A string containing the name of the exe (or dll) from which the resource will be captured.

resourceType
Type of resource to be captured. For possible values refer to ScreenCaptureResourceType.

resourceId
Specifies the index of the resource being captured.

captureByIndex
If true, then the resourceId is the index position of the requested resource. Otherwise, resourceId is the resource id of the requested resource.

backgroundColor
Background color to be used for icons.

Return Value

A Leadtools.RasterImage that represents the captured image.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly