For Babelfish Release 1.11.1.3

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

Parameters

showWhen  ShowWhenBase
largestResolutionSoFar  Int32  (Optional)

Return Value

Int32

See Also