ZD Screen Recorder SDK API – ScnLib_ShowCaptureRegionFrame()
ScnLib_ShowCaptureRegionFrame() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) void __stdcall ScnLib_ShowCaptureRegionFrame(BOOL bEnable); |
✘ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern void ScnLib_ShowCaptureRegionFrame(bool Enable); | ||||
Basic |
Public Declare Sub ScnLib_ShowCaptureRegionFrame Lib "ScnLib.dll" (ByVal Enable As Boolean) | ||||
Delphi |
procedure ScnLib_ShowCaptureRegionFrame(Enable: LongBool); stdcall; external 'ScnLib.dll'; | ||||
|