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

AVL.DrawRectangle Method

Draws a rectangle on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also