Click or drag to resize

IMcExperimentDocumentAddImageMapPhysical Method

Add a new image map for the experiment. All image maps are combined when creating the experiment view.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Sub AddImageMapPhysical ( 
	name As String,
	image As McImage,
	position As PointD,
	size As SizeD,
	frame As Integer,
	description As String
)

Parameters

name
Type: SystemString
image
Type: MediaCy.IQL.EngineMcImage
position
Type: MediaCy.Utilities.SystemExPointD
size
Type: MediaCy.Utilities.SystemExSizeD
frame
Type: SystemInt32
description
Type: SystemString
Remarks