You are here: Start » FIL.NET » FIS.CreateCircle Method

FIS.CreateCircle Method

Creates a circle from an aligned point and radius.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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