ZD Screen Recorder SDK API – ScnLib_SetCaptureRegion()
ScnLib_SetCaptureRegion() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) void __stdcall ScnLib_SetCaptureRegion(long left, long top, long right, long bottom); |
✔ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern void ScnLib_SetCaptureRegion(int left, int top, int right, int bottom); | ||||
Basic |
Public Declare Sub ScnLib_SetCaptureRegion Lib "ScnLib.dll" (ByVal left As Int32, ByVal top As Int32, ByVal right As Int32, ByVal bottom As Int32) | ||||
Delphi |
procedure ScnLib_SetCaptureRegion(left: Integer; top: Integer; right: Integer; bottom: Integer); stdcall; external 'ScnLib.dll'; | ||||
|