IUIX_InfoBtn::GetIdealSize Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_InfoBtn::GetIdealSize Method}}
 
{{#customTitle:IUIX_InfoBtn::GetIdealSize Method}}
Line 20: Line 21:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_InfoBtn|IUIX_InfoBtn]].
+
[[PXV:IUIX_InfoBtn|IUIX_InfoBtn]].

Revision as of 07:27, 20 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

IUIX_InfoBtn.