IUIX_InfoBtn::GetIdealSize Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 4: Line 4:
 
{{ToReview}}
 
{{ToReview}}
  
Calculates [[PXV:IUIX_InfoBtn|info button]] ideal size that will fit value, given in '''pAvailSize''' variable.
+
Calculates [[PXV:IUIX_InfoBtn|info button]] ''ideal size'' that will fit value, given in '''pAvailSize''' variable.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 08:18, 14 May 2015


Calculates info button ideal size that will fit value, given in pAvailSize variable.

Syntax

HRESULT GetIdealSize([in]           SIZE*  pAvailSize,
                     [out, retval]  SIZE*  pIdealSize);

Parameters

pAvailSize
[in] value of available size, based on which an ideal info button size will be calculated.
pIdealSize
[out, retval] value of ideal info button size, calculated to fit the value of pAvailSize.

Return Value

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

See Also

See also IUIX_InfoBtn.