ZD 录屏 SDK API – ScnLib_ZoomInScreen()
ScnLib_ZoomInScreen() | 标准版 | 专业版 | 超级版 | 至尊版 | |
|---|---|---|---|---|---|
| C++ | 
__declspec(dllimport) void __stdcall ScnLib_ZoomInScreen(double dRatio); | 
✔ | ✔ | ✔ | ✔ | 
| C# | 
[DllImport("ScnLib.dll")] public static extern void ScnLib_ZoomInScreen(double Ratio); | ||||
| Basic | 
Public Declare Sub ScnLib_ZoomInScreen Lib "ScnLib.dll" (ByVal Ratio As Double) | ||||
| Delphi | 
procedure ScnLib_ZoomInScreen(Ratio: Double); stdcall; external 'ScnLib.dll'; | ||||
  | |||||
