You are here: Start » AVL.NET » AVL.DrawRectangle
Draws a rectangle on an image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void DrawRectangle ( AvlNet.Image ioImage, AvlNet.Rectangle2D inRectangle, AvlNet.Pixel inColor, AvlNet.DrawingStyle inDrawingStyle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioImage | AvlNet.Image | ||||
![]() | inRectangle | AvlNet.Rectangle2D | |||
![]() | inColor | AvlNet.Pixel | |||
![]() | inDrawingStyle | AvlNet.DrawingStyle |

