Click or drag to resize

GraphicObjectBaseCommand Class

Base graphic object command (defines graphical object by drawing order or the object itself).
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.OverlaysOverlayCommand
            MediaCy.Commands.OverlaysGraphicObjectBaseCommand
              MediaCy.Commands.OverlaysMoveLabel
              MediaCy.Commands.OverlaysResetLabelPosition

Namespace:  MediaCy.Commands.Overlays
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Class GraphicObjectBaseCommand
	Inherits OverlayCommand

The GraphicObjectBaseCommand type exposes the following members.

Constructors
  NameDescription
Public methodGraphicObjectBaseCommand
Initializes a new instance of the GraphicObjectBaseCommand class
Public methodGraphicObjectBaseCommand(String)
Initializes a new instance of the GraphicObjectBaseCommand class
Public methodGraphicObjectBaseCommand(McCommand)
Initializes a new instance of the GraphicObjectBaseCommand class
Top
Properties
  NameDescription
Public propertyGraphicObject
Defines graphical object by drawing order or the object itself.
Top
Remarks