BB FlashBack SDK: FBRecorder

RegionX

Description

When recording a region, this property sets the x coordinate of the top left corner of the region.
 

Syntax

[C#/C++]
public long RegionX;

[VB.NET]
Public Property RegionX As Long

Remarks

Use the RecordingRegionType property to set FBRecorder to record a single region of the desktop.

Desktop co-ordinates are used for this property. RegionX can be negative but must be larger than the X position of the top left corner of the leftmost monitor, and lie within the desktop.
 

See Also

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