For Babelfish Release 1.11.4.5

ShowWhenCalculatorGetLargestShowWhenResolution Method

Helper method to return the screen resolution necessary to evaluate all show wehn operations "DIMENSION_SIZE" to true.

Definition

Namespace: Scopos.BabelFish.DataActors.ResultListFormatter
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.4.5+89835fe347ec3eb6d8507435ea2625698f1c3143
C#
public static int GetLargestShowWhenResolution(
	ShowWhenBase showWhen,
	int largestResolutionSoFar = 0
)

Parameters

showWhen  ShowWhenBase
largestResolutionSoFar  Int32  (Optional)

Return Value

Int32

See Also