Click or drag to resize

Crosshair Class

Toggles the Crosshair on the source.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.Overlays.CrosshairCrosshair

Namespace:  MediaCy.Commands.Overlays.Crosshair
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Class Crosshair
	Inherits OneInputCommand(Of Object)
Constructors
  NameDescription
Public methodCrosshair
Initializes a new instance of the Crosshair class
Public methodCrosshair(McCommand)
Initializes a new instance of the Crosshair 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