Click or drag to resize

BurnIn Class

Burns-In the Crosshair in the source.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.Overlays.CrosshairBurnIn

Namespace:  MediaCy.Commands.Overlays.Crosshair
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Class BurnIn
	Inherits OneInputCommand(Of Object)

The BurnIn type exposes the following members.

Constructors
  NameDescription
Public methodBurnIn
Initializes a new instance of the BurnIn class
Public methodBurnIn(McCommand)
Initializes a new instance of the BurnIn class
Top
Properties
  NameDescription
Public propertyRemove
Remove Crosshair after 'BurnIn'.
Top
Remarks
If source is not set via Input.Value or ICommandSource interface then command will be applied to the active document.
See Also