Click or drag to resize

Remove Class

Removes the Crosshair from the source.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.Overlays.CrosshairRemove

Namespace:  MediaCy.Commands.Overlays.Crosshair
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Class Remove
	Inherits OneInputCommand(Of Object)
Constructors
  NameDescription
Public methodRemove
Initializes a new instance of the Remove class
Public methodRemove(McCommand)
Initializes a new instance of the Remove class
Top
Remarks
If source is not set via Input.Value or ICommandSource interface then command will be applied to the active document.
See Also