Cognex.VisionPro.Display CogInteractiveGraphicsContainer
Namespace: Cognex.VisionPro.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 73.0.0.0 (73.0.0.0)
The CogInteractiveGraphicsContainer type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds an interactive graphic to the display.
| |
| AddList |
Adds a list of interactive graphics to the display.
| |
| Clear |
Removes all interactive graphics from the display.
| |
| Dispose |
Dispose of the control.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| FindItem |
Finds the first matching item and returns its index.
| |
| GetEnumerator |
Returns an enumerator that can iterate through the interactive graphics collection.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MoveBackward |
Moves the specified group one step closer to the back of the z-order.
| |
| MoveForward |
Moves the specified group one group closer to the front of the z-order.
| |
| MoveToBack |
Moves the specified group to the back of the z-order.
| |
| MoveToFront |
Moves the specified group to the front of the z-order.
| |
| Remove(Int32) |
Removes the interactive graphic at specified index from the display
| |
| Remove(String) |
Removes all of the graphics in the specified group from the display.
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Count |
Returns the number of items in the collection.
| |
| Item |
Returns the item with the specified 0-based index.
| |
| ZOrderGroups |
Returns the z-order of the groups in this display.
|
Any graphic object that implements ICogGraphicInteractive that you Add(ICogGraphicInteractive, String, Boolean) to this container is displayed.
Graphics that you add to this collection can be changed, moved, and manipulated interactively after being added to the display. If you add a graphic to this collection, then change its location or color, the graphic is updated immediately on the display
See Displaying an Image, Annotating an Image, and Drawing Graphics to learn more about drawing images and graphics in a display control.