Cognex.VisionPro.Display CogStaticGraphicsContainer
Namespace: Cognex.VisionPro.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 93.1.0.0 (93.1.0.0)
The CogStaticGraphicsContainer type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds a static graphic to the display.
| |
| AddList |
Adds a list of static graphics to the display.
| |
| Clear |
Removes all static graphics from the display.
| |
| Dispose |
Dispose the control.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (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.) | |
| 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 |
Removes all of the graphics in the specified group from the display.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ZOrderGroups |
Returns the z-order of the groups in this display.
|
Any graphic object that implements ICogGraphic that you Add(ICogGraphic, String) to this container is displayed.
Graphics added to this collection are static. You cannot change their location, color, or other attributes once they are added to the display. Use CogInteractiveGraphicsContainer for movable, dynamic, or interactive graphics.
See Displaying an Image, Annotating an Image, and Drawing Graphics to learn more about drawing images and graphics in a display control.