Skip to content

ScreenRecordingUsingCoordinates

function

Delphi
function ScreenRecordingUsingCoordinates (FunctionEnabled: Boolean; scLeft: LongInt; scTop: LongInt; scWidth: LongInt; scHeight: LongInt): Boolean;
C++Builder
bool __fastcall ScreenRecordingUsingCoordinates(bool FunctionEnabled, System::LongInt scLeft, System::LongInt scTop, System::LongInt scWidth, System::LongInt scHeight);
C#
public bool ScreenRecordingUsingCoordinates(bool FunctionEnabled, int scLeft, int scTop, int scWidth, int scHeight);
VB.NET
Public Function ScreenRecordingUsingCoordinates(FunctionEnabled As Boolean, scLeft As Integer, scTop As Integer, scWidth As Integer, scHeight As Integer) As Boolean
C++/Qt
BOOL ScreenRecordingUsingCoordinates (BOOL FunctionEnabled, int scLeft, int scTop, int scWidth, int scHeight);

Used to limit the screen recording to a part of the screen.

Enabled : activates the limitation (if disabled, the whole screen is recorded) scLeft : left coordinate of the screen area to record scTop : top coordinate of the screen area to record scWidth : width of the screen area to record scHeight : heigth of the screen area to record

Remarks: - the scLeft and scTop location may be modified dynamically while previewing or recording - this feature is inactive if the recording of a window has been activated with SetWindowRecordingByName or SetWindowRecordingByHandle