Click or drag to resize

Ellipse Class

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

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

The Ellipse type exposes the following members.

Constructors
  NameDescription
Public methodEllipse
Initializes a new instance of the Ellipse class
Public methodEllipse(McCommand)
Initializes a new instance of the Ellipse class
Top
Properties
  NameDescription
Public propertySize
Defines size of the ellipse.
Top
Methods
  NameDescription
Public methodStatic memberFromGraphObj
Create a new Ellipse using the properties of an existing McGraphObjEllipse object.
Public methodSaveAsCode (Overrides McCommandExtended.SaveAsCode(TextWriter, String, RecordingFlags).)
Top
Remarks