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

AVS.DrawRectangle Method

Draws a rectangle on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawRectangle
(
	AvlNet.Image ioImage,
	AvlNet.Rectangle2D inRectangle,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inRectangleAvlNet.Rectangle2D
inColorAvlNet.Pixel
inDrawingStyleAvlNet.DrawingStyle

Function Overrides

See also