You are here: Start » FIL.NET » Invoke.CreateCircle

Invoke.CreateCircle

Creates a circle from an aligned point and radius.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also