IMcExperimentDocumentAddImageMap 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
SyntaxSub AddImageMap (
name As String,
image As McImage,
position As Point,
size As Size,
frame As Integer,
description As String
)
Parameters
- name
- Type: SystemString
- image
- Type: MediaCy.IQL.EngineMcImage
- position
- Type: System.DrawingPoint
- size
- Type: System.DrawingSize
- frame
- Type: SystemInt32
- description
- Type: SystemString
Remarks
See Also