←Select platform

ShowCaptureAreaOptionsDialog Method

Summary

Displays a dialog, and fills a ScreenCaptureAreaOptions structure.

Syntax

C#
VB
C++
  
Public Function ShowCaptureAreaOptionsDialog( _ 
   ByVal owner As IWin32Window, _ 
   ByVal flags As Leadtools.Screencapture.ScreenCaptureDialogFlags, _ 
   ByVal captureAreaOptions As Leadtools.Screencapture.ScreenCaptureAreaOptions, _ 
   ByVal useDefault As Boolean, _ 
   ByVal helpCallback As Leadtools.Screencapture.ScreenCaptureHelpCallback _ 
) As Leadtools.Screencapture.ScreenCaptureAreaOptions 

Parameters

owner
Handle to the owner window.

flags
Flags that determine the options dialog. For possible values refer to ScreenCaptureDialogFlags.

captureAreaOptions
A ScreenCaptureAreaOptions structure to be filled with the data from the dialog.

useDefault
If true, the dialog will start with default values. Otherwise the dialog will use the values specified by the captureAreaOptions structure. These values must be valid values or the dialog will return an error code.

helpCallback
A delegate method that will handle the event.

Return Value

Returns the value of the dialog box that specifies the identifiers.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly