For Babelfish Release 1.12.3.10

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.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public static int GetLargestShowWhenResolution(
	ShowWhenBase showWhen,
	int largestResolutionSoFar = 0
)

Parameters

showWhen  ShowWhenBase
largestResolutionSoFar  Int32  (Optional)

Return Value

Int32

See Also