You are here: Start » FIL.NET » FIS.FisFilter_MakeSize Method

FIS.FisFilter_MakeSize Method

Creates a size structure from individual fields.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_MakeSize
(
	int inWidth,
	int inHeight,
	out FilNet.Size outSize
)

Parameters

Name Type Range Default Description
inWidthint<0, INF>Input width.
inHeightint<0, INF>Input height.
outSizeFilNet.SizeOutput box.

See also