ZD 录屏 SDK API – ScnLib_SetInGameOverlayPosition()
ScnLib_SetInGameOverlayPosition() | 标准版 | 专业版 | 超级版 | 至尊版 | |
|---|---|---|---|---|---|
| C++ | 
__declspec(dllimport) void __stdcall ScnLib_SetInGameOverlayPosition(int nPosition, int nMarginX, int nMarginY); | 
✘ | ✘ | ✘ | ✔ | 
| C# | 
[DllImport("ScnLib.dll")] public static extern void ScnLib_SetInGameOverlayPosition(int Position, int MarginX, int MarginY); | ||||
| Basic | 
Public Declare Sub ScnLib_SetInGameOverlayPosition Lib "ScnLib.dll" (ByVal Position As Int32, ByVal MarginX As Int32, ByVal MarginY As Int32) | ||||
| Delphi | 
procedure ScnLib_SetInGameOverlayPosition(Position: Integer; MarginX: Integer; MarginY: Integer); stdcall; external 'ScnLib.dll'; | ||||
  | |||||
