Click or drag to resize

Rectangle Class

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

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

The Rectangle type exposes the following members.

Constructors
  NameDescription
Public methodRectangle
Initializes a new instance of the Rectangle class
Public methodRectangle(McCommand)
Initializes a new instance of the Rectangle class
Top
Properties
  NameDescription
Public propertySize
Size of the graphical object.
Top
Methods
  NameDescription
Public methodStatic memberFromGraphObj
Create a new Rectangle command using the properties of an existing McGraphObjRect object.
Public methodSaveAsCode (Overrides McCommandExtended.SaveAsCode(TextWriter, String, RecordingFlags).)
Top
Remarks