You are here: Start » AVL.NET » AVL.Circle2DToShapeRegion

AVL.Circle2DToShapeRegion

Converts a circle to a shape region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Circle2DToShapeRegion
(
	AvlNet.Circle2D inCircle,
	out AvlNet.ShapeRegion outShapeRegion
)

Parameters

Name Type Range Default Description
inCircleAvlNet.Circle2D
outShapeRegionAvlNet.ShapeRegion

See also