BB FlashBack SDK: FBRecorder

RegionY

Description

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

Syntax

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

[VB.NET]
Public Property RegionY 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. RegionY can be negative but must be larger than the Y position of the top left corner of the leftmost monitor, and lie within the desktop.
 

See Also

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