Click or drag to resize

RoundedRectangle Class

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

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

The RoundedRectangle type exposes the following members.

Constructors
  NameDescription
Public methodRoundedRectangle
Initializes a new instance of the RoundedRectangle class
Public methodRoundedRectangle(McCommand)
Initializes a new instance of the RoundedRectangle class
Top
Properties
  NameDescription
Public propertyRoundness
Roundness of the graphical object corners.
Public propertySize
Size of the graphical object.
Top
Methods
  NameDescription
Public methodStatic memberFromGraphObj
Create a new RoundedRectangle using the properties of an existing McGraphObjRRect object.
Public methodSaveAsCode (Overrides McCommandExtended.SaveAsCode(TextWriter, String, RecordingFlags).)
Top
Remarks