You are here: Start » AVL.NET » AVL.DrawImages(AvlNet.Image, AvlNet.Image[], AvlNet.Location?[])
AVL.DrawImages(AvlNet.Image, AvlNet.Image[], AvlNet.Location?[])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DrawImages( ref AvlNet.Image ioImage, AvlNet.Image[] inDrawnImages, AvlNet.Location?[] inLocations )
Parameters
- ioImage
- Type: AvlNet.Image
- inDrawnImages
- Type: AvlNet.Image
- inLocations
- Type: System.Nullable<AvlNet.Location>
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Errors
| Error type | Description |
|---|---|
| DomainError | Inconsistent input array sizes in in DrawImages. |
