You are here: Start » AVL.NET » AVL.DrawRectangle(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.Pixel, AvlNet.DrawingStyle)

AVL.DrawRectangle(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.Pixel, AvlNet.DrawingStyle)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

ioImage
Type: AvlNet.Image
inRectangle
Type: AvlNet.Rectangle2D
inColor
Type: AvlNet.Pixel
inDrawingStyle
Type: AvlNet.DrawingStyle

See also