Click or drag to resize

IMcExperimentDocumentAddDocument Method

Add a new document (image, VLI or set) to the experiment, at the specified location expressed in pixels. The size (in pixels) is an indication of how much space is occupied on the experiment map.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Sub AddDocument ( 
	name As String,
	document As Object,
	position As Point,
	size As Size,
	description As String
)

Parameters

name
Type: SystemString
document
Type: SystemObject
position
Type: System.DrawingPoint
size
Type: System.DrawingSize
description
Type: SystemString
Remarks