ShapeAction Enumeration
|
|
Specifies to which graphical object the shape is applied. When the value is positive or null, it designated the a shape by its drawing order.
Namespace:
MediaCy.Commands.Overlays
Assembly:
MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
SyntaxPublic Enumeration ShapeAction
Members
| Member name | Value | Description |
---|
| NewGraphicObject | -3 |
Create a new graphical object and apply this shape.
|
| SelectedGraphicObject | -2 |
Applies this shape to the selected graphical object.
|
| SelectedGraphicObjectPropChangeOnly | -4 |
Applies this shape to the selected graphical object.
Shape will be used only for recording a property change
|
Remarks
See Also