BB FlashBack SDK: FBRecorder

UseRegion

Description

Determines whether the entire desktop or a part of it (a region or window) will be recorded.
 

Syntax

[C#/C++]
public: Bool UseRegion;

[VB.NET]
Public Property UseRegion As Boolean

Remarks

Set to True to record a region of the desktop. See Recording Windows and Regions for details.

Set to False to record the entire desktop.

See Also

FBRecorder::RecordingRegionType  FBRecorder::RegionHeight  FBRecorder::RegionWidth  FBRecorder::RegionX  FBRecorder::RegionY