IUIX_Slider::GetTickPos Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 7: Line 7:
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.
  
Returns the position the specified mark.
+
Returns the position the specified tick.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 01:54, 29 May 2015


The method of interface of PDF-XChange Editor SDK.

Returns the position the specified tick.

Syntax

HRESULT GetTickPos([in]           LONG     nIndex,
                   [out, retval]  double*  pTickPos);

Parameters

nIndex
[in] Value of LONG.
pTickPos
[out, retval] Pointer to double.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_Slider