Click or drag to resize

ShapeCommands Class

Provides a set of shape related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.Select.AnnotationsShapeCommands

Namespace:  MediaCy.Automation.Select.Annotations
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class ShapeCommands

The ShapeCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCircle
Creates new or modifies parameters of the existing Circle object.
Public propertyStatic memberEllipse
Creates new or modifies parameters of the existing Ellipse object.
Public propertyStatic memberLine
Creates new or modifies parameters of the existing Line object.
Public propertyStatic memberPoint
Creates new or modifies parameters of the existing Point object.
Public propertyStatic memberPolyline
Creates new or modifies parameters of the existing Polyline object.
Public propertyStatic memberRectangle
Creates new or modifies parameters of the existing Rectangle object.
Public propertyStatic memberRoundedRectangle
Creates new or modifies parameters of the existing Rounded Rectangle object.
Public propertyStatic memberShape
Creates new or modifies parameters of the existing overlay object.
Public propertyStatic memberText
Creates new or modifies parameters of the existing Text object.
Top
See Also