Click or drag to resize

Arrow Class

Creates new or modifies parameters of the existing Arrow object.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.OverlaysOverlayCommand
            MediaCy.Commands.OverlaysShape
              MediaCy.Commands.OverlaysArrow

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

The Arrow type exposes the following members.

Constructors
  NameDescription
Public methodArrow
Initializes a new instance of the Arrow class
Public methodArrow(McCommand)
Initializes a new instance of the Arrow class
Top
Properties
  NameDescription
Public propertyAspectScale
Defines aspect ratio of the arrow.
Public propertyScalePercent
Defines scaling percentage of the arrow.
Public propertyShape
Defines arrow shape.
Top
Methods
  NameDescription
Public methodStatic memberFromGraphObj
Create a new Arrow command using the properties of an existing McGraphObjArrow object.
Top
Remarks