Click or drag to resize

IMcBitMask3DCreate3DLabeledImage Method

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Function Create3DLabeledImage ( 
	Optional ImageName As String = "",
	<OutAttribute> Optional ByRef ImageQuickType As mcImageQuickTypes = 0,
	Optional CreationFlags As mcImageCreateFlags = mcImageCreateFlags.mcicfDefault,
	<OptionalAttribute> <OutAttribute> ByRef RangeOfFrames As Object,
	<OptionalAttribute> <OutAttribute> ByRef BoundingRectXY As Object,
	<OptionalAttribute> <OutAttribute> ByRef LabelMinusOneSelector As Object
) As McImage

Parameters

ImageName (Optional)
Type: SystemString
ImageQuickType (Optional)
Type: MediaCy.IQL.EnginemcImageQuickTypes
CreationFlags (Optional)
Type: MediaCy.IQL.EnginemcImageCreateFlags
RangeOfFrames (Optional)
Type: SystemObject
BoundingRectXY (Optional)
Type: SystemObject
LabelMinusOneSelector (Optional)
Type: SystemObject

Return Value

Type: McImage
See Also