ScnLib_GetZoomSpeed()

ScnLib_GetZoomSpeed()

标准版专业版超级版至尊版
C++ __declspec(dllimport) double __stdcall ScnLib_GetZoomSpeed(void);
C# [DllImport("ScnLib.dll")] public static extern double ScnLib_GetZoomSpeed();
Basic Public Declare Function ScnLib_GetZoomSpeed Lib "ScnLib.dll" () As Double
Delphi function ScnLib_GetZoomSpeed(): Double; stdcall; external 'ScnLib.dll';
  • 描述
    检测放大过渡效果的当前速度比例。

  • 参数
    无。

  • 返回值
    当前放大过渡速度比例,范围从0.1到10.0。较小的比例导致较慢的过渡速度,而较大的比例加快过渡速度。最大值10.0完全取消过渡效果。

  • 备注
    调用此函数来检测放大过渡效果的当前速度比例。

  • 参见
    ScnLib_SetZoomSpeed()

下载 SDK API 总览