You are here: Start » AVL.NET » AVL.CreatePolygonRegion(AvlNet.Path, int, int, AvlNet.Region, AvlNet.Path)

AVL.CreatePolygonRegion(AvlNet.Path, int, int, AvlNet.Region, AvlNet.Path)

Creates a polygonal region corresponding to a given closed path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreatePolygonRegion(
	AvlNet.Path inPolygon,
	int inFrameWidth,
	int inFrameHeight,
	out AvlNet.Region outRegion,
	out AvlNet.Path outAlignedPolygon
)

Parameters

inPolygon
Type: AvlNet.Path
inFrameWidth
Type: System.Int32
Width of the created region's frame
inFrameHeight
Type: System.Int32
Height of the created region's frame
outRegion
Type: AvlNet.Region
Output region
outAlignedPolygon
Type: AvlNet.Path

Remarks

See full override for more details.

See also