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

AVL.DrawPoints_Palette(AvlNet.Image, AvlNet.Point2D?[], AvlNet.DrawingStyle, bool, AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void DrawPoints_Palette(
	AvlNet.Image inImage,
	AvlNet.Point2D?[] inPoints,
	AvlNet.DrawingStyle inDrawingStyle,
	bool inForceRgb,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
inPoints
Type: System.Nullable<AvlNet.Point2D>
inDrawingStyle
Type: AvlNet.DrawingStyle
inForceRgb
Type: System.Boolean
outImage
Type: AvlNet.Image

See also