You are here: Start » FIL.NET » FIS.DrawImages Method
FIS.DrawImages Method
Draws an array of images on an image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DrawImages ( FilNet.Image ioImage, NullableRef<IList<NullableRef<FilNet.Image>>> inDrawnImages, NullableRef<IList<FilNet.Location?>> inLocations )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioImage | FilNet.Image | ||||
![]() | inDrawnImages | FilNet.NullableRef<System.Collections.Generic.IList<FilNet.NullableRef<FilNet.Image>>> | Images to be pasted on ioImage. | ||
![]() | inLocations | FilNet.NullableRef<System.Collections.Generic.IList<FilNet.Location?>> | Locations at which the image will be pasted. |