You are here: Start » AVL.NET » AVL.DrawCircles_Palette(AvlNet.Image, AvlNet.Circle2D?[], AvlNet.DrawingStyle, bool, AvlNet.Image)

AVL.DrawCircles_Palette(AvlNet.Image, AvlNet.Circle2D?[], AvlNet.DrawingStyle, bool, AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void DrawCircles_Palette(
	AvlNet.Image inImage,
	AvlNet.Circle2D?[] inCircles,
	AvlNet.DrawingStyle inDrawingStyle,
	bool inForceRgb,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
inCircles
Type: System.Nullable<AvlNet.Circle2D>
inDrawingStyle
Type: AvlNet.DrawingStyle
inForceRgb
Type: System.Boolean
outImage
Type: AvlNet.Image

See also