You are here: Start » AVL.NET » AVL.DrawPoint Method
AVL.DrawPoint Method
Draws a point on an image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DrawPoint( ref AvlNet.Image ioImage, AvlNet.Point2D inPoint, AvlNet.CoordinateSystem2D? inPointAlignment, AvlNet.Pixel inColor, AvlNet.DrawingStyle inDrawingStyle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioImage | AvlNet.Image | ||||
![]() | inPoint | AvlNet.Point2D | |||
![]() | inPointAlignment | AvlNet.CoordinateSystem2D? | |||
![]() | inColor | AvlNet.Pixel | |||
![]() | inDrawingStyle | AvlNet.DrawingStyle |

