Click or drag to resize

ApplyLensRun Method

Runs ApplyLens command.

Namespace:  MediaCy.Addins.SystemSettings.Commands
Assembly:  MediaCy.Addins.SystemSettings (in MediaCy.Addins.SystemSettings.dll) Version: 3.1.0.0
Syntax
VB
Public Overridable Sub Run ( 
	image As Object,
	lens As McLens
)

Parameters

image
Type: SystemObject
Image, ImageSet or Document to apply lens. If the input is ImageSet, the lens is applied to all channels of the set.
lens
Type: MediaCy.IQL.Microscopy.InfoMcLens
lens to apply as McLens
Remarks