You are here: Start » FIL.NET » Function Reference » Region » Region Basics » FIL.GetRegionFrame

FIL.GetRegionFrame

Returns the width and height of the entire region's frame (not to be confused with RegionBoundingBox!).

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void GetRegionFrame
(
	FilNet.Region inRegion,
	out int outFrameWidth,
	out int outFrameHeight
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outFrameWidthint
outFrameHeightint

See also