Click or drag to resize

Line Class

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

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

The Line type exposes the following members.

Constructors
  NameDescription
Public methodLine
Initializes a new instance of the Line class
Public methodLine(McCommand)
Initializes a new instance of the Line class
Top
Properties
  NameDescription
Public propertySize
Defines size of the line.
Top
Methods
  NameDescription
Public methodStatic memberFromGraphObj
Creates a new Line using the properties of an existing McGraphObjLine object.
Public methodSaveAsCode (Overrides McCommandExtended.SaveAsCode(TextWriter, String, RecordingFlags).)
Top
Remarks