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

Invoke.GetRegionFrame

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also