IUIX_InfoBtn::GetIdealSize Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
{{#customTitle:IUIX_InfoBtn::GetIdealSize Method}}
 
{{#customTitle:IUIX_InfoBtn::GetIdealSize Method}}
 
{{#parentPage:PXV:IUIX_InfoBtn#Methods|GetIdealSize|method}}
 
{{#parentPage:PXV:IUIX_InfoBtn#Methods|GetIdealSize|method}}
{{ToReview}}
+
 
  
 
Calculates [[PXV:IUIX_InfoBtn|info button]] ''ideal size'' that will fit value, given in '''nAvailSize''' variable.
 
Calculates [[PXV:IUIX_InfoBtn|info button]] ''ideal size'' that will fit value, given in '''nAvailSize''' variable.
Line 18: Line 18:
  
 
== Return Value ==
 
== Return Value ==
Returns S_OK if operation was successful or error code in other cases.
+
Returns S_OK if the operation was successful, or will return an error code if it fails.  
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_InfoBtn|IUIX_InfoBtn]]
 
[[PXV:IUIX_InfoBtn|IUIX_InfoBtn]]

Latest revision as of 16:22, 15 June 2015


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

Syntax

HRESULT GetIdealSize([in]           SIZE*  nAvailSize,
                     [out, retval]  SIZE*  nIdealSize);

Parameters

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

Return Value

Returns S_OK if the operation was successful, or will return an error code if it fails.

See Also

IUIX_InfoBtn