ZD Screen Recorder SDK API – ScnLib_GetLogoTextPosition()

ScnLib_GetLogoTextPosition()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) void __stdcall ScnLib_GetLogoTextPosition(int *nPosition, int *nMarginX, int *nMarginY);
C# [DllImport("ScnLib.dll")] public static extern void ScnLib_GetLogoTextPosition(ref int Position, ref int MarginX, ref int MarginY);
Basic Public Declare Sub ScnLib_GetLogoTextPosition Lib "ScnLib.dll" (ByRef Position As Int32, ByRef MarginX As Int32, ByRef MarginY As Int32)
Delphi procedure ScnLib_GetLogoTextPosition(var Position: Integer; var MarginX: Integer; var MarginY: Integer); stdcall; external 'ScnLib.dll';
  • Description
    Check the logo text’s current position in the video.

  • Parameters
    • Position [out]
      • SCNLIB_POSITION_TOP_LEFT : Positioned at the top-left corner of the video.
      • SCNLIB_POSITION_TOP : Positioned at the top side of the video.
      • SCNLIB_POSITION_TOP_RIGHT : Positioned at the top-right corner of the video.
      • SCNLIB_POSITION_RIGHT : Positioned at the right side of the video.
      • SCNLIB_POSITION_BOTTOM_RIGHT : Positioned at the bottom-right corner of the video.
      • SCNLIB_POSITION_BOTTOM : Positioned at the bottom side of the video.
      • SCNLIB_POSITION_BOTTOM_LEFT : Positioned at the bottom-left corner of the video.
      • SCNLIB_POSITION_LEFT : Positioned at the left side of the video.
      • SCNLIB_POSITION_CENTER : Positioned at the center of the video.
    • MarginX [out]
      The horizontal margin, representing the offset from the edge of the video.
    • MarginY [out]
      The vertical margin, representing the offset from the edge of the video.
  • Return Value
    None.

  • Remarks
    Use this function to check the logo text’s current position in the video.

  • See Also
    ScnLib_SetLogoTextPosition()

Shopping Cart
  • Your cart is empty.
Scroll to Top