You are here: Start » FIL.NET » Invoke.GetRegionFrame

Invoke.GetRegionFrame

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also