You are here: Start » AVL.NET » AVS.DrawCircles_SingleColor Method

AVS.DrawCircles_SingleColor Method

Draws circles on an image with a single color.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawCircles_SingleColor
(
	AvlNet.Image inImage,
	NullableRef<IList<AvlNet.Circle2D?>> inCircles,
	AvlNet.CoordinateSystem2D? inCircleAlignment,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle,
	bool inForceRgb,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inCirclesAvlNet.NullableRef<System.Collections.Generic.IList<AvlNet.Circle2D?>>{ }Default value: { }.
inCircleAlignmentAvlNet.CoordinateSystem2D?
inColorAvlNet.Pixel
inDrawingStyleAvlNet.DrawingStyleDrawingStyle ( DrawingMode: HighQuality Opacity: 1.0f Thickness: 1.0f Filled: False PointShape: Nil PointSize: 1.0f )Default value: DrawingStyle ( DrawingMode: HighQuality Opacity: 1.0f Thickness: 1.0f Filled: False PointShape: Nil PointSize: 1.0f ).
inForceRgbboolTrueFilter will convert monochromatic image to RGB if needed. Default value: True.
outImageAvlNet.ImageOutput image.

Function Overrides

See also