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

AVS.DrawPoint Method

Draws a point on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawPoint
(
	AvlNet.Image ioImage,
	AvlNet.Point2D inPoint,
	AvlNet.CoordinateSystem2D? inPointAlignment,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inPointAvlNet.Point2D
inPointAlignmentAvlNet.CoordinateSystem2D?
inColorAvlNet.Pixel
inDrawingStyleAvlNet.DrawingStyle

Function Overrides

See also