For a list of all members of this type, see AnnAutomation members
Public Methods
Name | Description | |
---|---|---|
addLayer | Adds a layer to the container. | |
alignBottoms | Aligns the selected objects along with alignment target bottom side. | |
alignCenters | Aligns the selected objects along with alignment target horizontal center. | |
alignLefts | Aligns the selected objects along with alignment target left side. | |
alignMiddles | Aligns the selected objects along with alignment target vertical center. | |
alignRights | Aligns the selected objects along with alignment target right side. | |
alignTops | Aligns the selected objects along with alignment target top side. | |
applyAllDecryptors | Applies all the decryptor AnnEncryptObject objects in this AnnAutomation. | |
applyAllEncryptors | Applies all the encryptor AnnEncryptObject objects in this AnnAutomation. | |
applyDecryptor | Applies the decryptor AnnEncryptObject that is currently being edited (selected). | |
applyEncryptor | Applies the encryptor AnnEncryptObject object currently being edited (selected). | |
attach | Attaches this AnnAutomation object to an IAnnAutomationControl object. | |
attachContainer | Attaches this AnnAutomation object to a container and optional undo/redo object. | |
beginUndo | Creates a new undo node in this AnnAutomation object. | |
beginUpdateContainers | Stops the automation from passing events to the automation control while containers are being added or removed. | |
bringLayerToFront | Brings the currently selected layer up in the Z-order. | |
bringToFront | Brings the currently selected object(s) up in the Z-order. | |
cancel | Cancels the operation currently being performed in this AnnAutomation. | |
cancelUndo | Cancels the undo node started in this AnnAutomation object. | |
copy | Copies the objects currently being edited to the clipboard. | |
deleteLayer | Deletes a layer from the container. | |
deleteSelectedObjects | Deletes the selected objects from this AnnAutomation. | |
detach | Detaches this AnnAutomation object from its IAnnAutomationControl object. | |
endDesigner | Ends (and commits) the operation currently being performed in this AnnAutomation. | |
endUndo | Commits the undo node started in this AnnAutomation object. | |
endUpdateContainers | Instruct the viewer that updates are completed and rendering of the content can be resumed. | |
flip | Flips the objects that are currently being edited (selected) in this AnnAutomation. | |
getContainerInvalidRect | Gets the current invalidation rectangle (the physical location and size) for a container. | |
getDefaultCurrentObjectId | Returns the value of the default current object id. | |
getObjectInvalidateRect | Gets a LeadRectD object that specifies the current physical rectangle of this AnnObject. | |
getUndoRedoObject | Gets an object that contains the current undo/redo object data. | |
hitTestContainer | Gets the container under the specified location. | |
invalidate | Invalidates the specified region of the automation control. | |
invalidateContainer | Invalidates the specified container and re-renders its content in the automation control. | |
invalidateObject | Invalidates and re-draws an object. | |
invokeAfterObjectChanged | Invokes the AfterObjectChanged event with the specified parameters. | |
invokeObjectModified | Invokes the ObjectModified event with the specified parameters. | |
layerFromSelectedObjects | Creates a new layer from the currently selected objects. | |
lock | Locks the object(s) currently being edited (selected). | |
makeSameHeight | Make the height for selected objects the same with alignment target height. | |
makeSameSize | Make the size for selected objects the same with alignment target size. | |
makeSameWidth | Make the width for selected objects the same with alignment target width. | |
onAfterUndoRedo | Raises the AfterUndoRedo event. | |
onAutomationPointerDown | Called by the IAnnAutomationControl pointer down event. | |
onAutomationPointerMove | Called by the IAnnAutomationControl pointer move event. | |
onAutomationPointerUp | Called by the IAnnAutomationControl pointer up event. | |
onCurrentDesignerChanged | Raises the CurrentDesignerChanged event. | |
onDragDrop | Raises the DragDrop event. | |
onUndoRedoChanged | Raises the UndoRedoChanged event. | |
paste | Copies the annotation objects from the clipboard to this AnnAutomation. | |
pasteAt | Copies the annotation objects from the clipboard to this AnnAutomation at the specified location. | |
pasteStringAt | Copies the annotation objects contained in a serialization object at the specified position. | |
realizeAllRedactions | Realizes all the AnnRedactionObject objects in this AnnAutomation. | |
realizeRedaction | Realizes the AnnRedactionObject object currently being edited (selected). | |
redo | Reapplies the last operation that was undone in this AnnAutomation. | |
resetRotatePoints | Resets the rotate control points of the selected AnnObject to their default locations. | |
restoreAllRedactions | Restores all of the AnnRedactionObject objects in this AnnAutomation. | |
restoreRedaction | Restores the AnnRedactionObject object currently being edited (selected). | |
selectLayer | Selects a layer in this AnnAutomation. | |
selectObject | Select an object in this AnnAutomation. | |
selectObjects | Selects an object or a group of objects in this AnnAutomation. | |
sendLayerToBack | Sends the currently selected layer down in the Z-order. | |
sendToBack | Sends the currently selected object(s) down in the Z-order. | |
showContextMenu | Displays the automation context menu. | |
showObjectContextMenu | Displays the object context menu. | |
showObjectProperties | Shows the object properties. | |
undo | Reverses the last operation performed in this AnnAutomation. | |
unlock | Unlocks the object(s) currently being edited (selected). |
See Also