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