BB FlashBack SDK: FBRecorder

GetRecordRegion

Description

Gets the record region, if it has been set via SetRecordRegion or the RegionX, RegionY, RegionHeight and RegionWidth properties.

Syntax

[C#/C++]
Public Bool GetRecordRegion(long* X, long* Y, long* Width, long* Height);

[VB.NET]
public Function GetRecordRegion (ByRef X As Integer, ByRef Y As Integer, ByRef Width As Integer, ByRef Height As Integer) as Boolean

Parameters

X (out) - X position of the top left corner of the region

Y (out) - Y position of the top left corner of the region

Width (out) - width of the region

Height (out) - height of the region

Returns

Returns True if a record region has already been set by SetRecordRegion or the RegionX, RegionY, RegionHeight, RegionWidth parameters.

Returns False if a record region has not been set.

Remarks

Desktop co-ordinates are used.

See Also

FBRecorder::SetRecordRegion  FBRecorder::RegionX  FBRecorder::RegionY  FBRecorder::RegionHeight FBRecorder::RegionWidth