Click or drag to resize

SetOpacity Class

Sets the opacity to all or selected images in the Image Compare workspace.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandMcImageCompareDocument
          MediaCy.CommandsTwoInputsCommandMcImageCompareDocument, McImage
            MediaCy.Addins.ImageCompareSetOpacity

Namespace:  MediaCy.Addins.ImageCompare
Assembly:  MediaCy.Addins.ImageCompare (in MediaCy.Addins.ImageCompare.dll) Version: 1.0.0.0
Syntax
VB
Public Class SetOpacity
	Inherits TwoInputsCommand(Of McImageCompareDocument, McImage)

The SetOpacity type exposes the following members.

Constructors
  NameDescription
Public methodSetOpacity
Initializes a new instance of the SetOpacity class
Public methodSetOpacity(String)
Initializes a new instance of the SetOpacity class
Public methodSetOpacity(McCommand)
Initializes a new instance of the SetOpacity class
Top
Properties
  NameDescription
Public propertyOpacity
Opacity of the image (0-100).
Top
Remarks