Click or drag to resize

Bounds Class

Sets window's bounds.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandMcWindow
          MediaCy.Commands.WindowBounds

Namespace:  MediaCy.Commands.Window
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class Bounds
	Inherits OneInputCommand(Of McWindow)

The Bounds type exposes the following members.

Constructors
  NameDescription
Public methodBounds
Initializes a new instance of the Bounds class
Public methodBounds(String)
Initializes a new instance of the Bounds class
Public methodBounds(McCommand)
Initializes a new instance of the Bounds class
Top
Properties
  NameDescription
Public propertyBounds
Defines window's bounds.
Top
Remarks