You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Basics » FIL.CreateCircle

FIL.CreateCircle

Creates a circle from an aligned point and radius.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void CreateCircle
(
	FilNet.Point2D inPoint,
	FilNet.Anchor2D inPointAnchor,
	float inRadius,
	out FilNet.Circle2D outCircle
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2D
inPointAnchorFilNet.Anchor2DMiddleCenterAlignment of the point relatively to the box of the circle. Default value: MiddleCenter.
inRadiusfloat<0.0f, INF>Circle radius.
outCircleFilNet.Circle2D

See also