IMcImagesAddFromHilHandle Method
|
|
Create an image based on a legacy Image Pro HIL image.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxFunction AddFromHilHandle (
HilHandle As Integer,
Optional Flags As Integer = 0
) As McImage
Parameters
- HilHandle
- Type: SystemInt32
handle to HIL image - Flags (Optional)
- Type: SystemInt32
See mcImageCreateFlags for the list of supported flags.
The mcicfNoInit and mcicfContiguous flags are ignored.
Return Value
Type:
McImageThe new McImage wrapping the HIL image.
RemarksThis is to be used only from Capture, which must be able to create
image workspaces from the HIL images returned by IPP 3.x capture drivers. The
memory is owned by the HIL image, which will have the same lifetime as the created
McImage.
See Also