Base implementation class that represents an interactive graphic.
Cognex.Vision ShareableBase
Cognex.Vision ChangedEventShareableBase
Cognex.Vision GraphicInteractiveBase
Cognex.Vision Circle
Cognex.Vision CircularAnnulusSection
Cognex.Vision CircularArc
Cognex.Vision CompositeShape
Cognex.Vision CoordinateAxes
Cognex.Vision Ellipse
Cognex.Vision EllipticalAnnulusSection
Cognex.Vision EllipticalArc
Cognex.Vision GraphicLabel
Cognex.Vision.Implementation.Internal GeneralContour
Cognex.Vision Line
Cognex.Vision LineSegment
Cognex.Vision MaskGraphic
Cognex.Vision PointMarker
Cognex.Vision Polygon
Cognex.Vision Rectangle
Cognex.Vision RectangleAffine
Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
The GraphicInteractiveBase type exposes the following members.
| Name | Description | |
|---|---|---|
| GraphicInteractiveBase |
| Name | Description | |
|---|---|---|
| CopyBase | Copy a graphic and its derived parameters. | |
| Equals | Compares the equality of this object with another. (Overrides ChangedEventShareableBase Equals(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 | Returns the hash code of this object. (Overrides ChangedEventShareableBase GetHashCode .) | |
| GetParentFromChildTransform | Gets the parent transform from the child transform. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ResumeAndRaiseChangedEvent | Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent. | |
| SuspendChangedEvent | Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent. | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two GraphicInteractiveBase objects. | |
| Inequality | Compares the inequality of two GraphicInteractiveBase objects. |
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| Children | Children of this graphic. | |
| Color | Get Color of this graphic. Can be any OLE_COLOR. | |
| DragColor | Get Color of this graphic when dragged. | |
| DragLineStyle | Get Line style of the graphic when dragged. | |
| DragLineWidthInScreenPixels | Get Line width of this graphic when dragged. | |
| FillColor | Get The fill color of this graphic. | |
| GraphicDOFEnableBase | Get Interactive Degree of freedom for a graphic object. Allows access to each graphic's GraphicDOFEnable property without knowing the specific graphic type. | |
| Handle | (Overrides ChangedEventShareableBase Handle.) | |
| Interactive | Get Interactive property allow this graphic object to be selected. See GraphicDOFEnable for information on governing interactive manipulation of an object. | |
| LineStyle | Get Line style of this graphic. | |
| LineWidthInScreenPixels | Get Line width (in screen pixels) of this graphic. | |
| MouseCursor | Get Mouse cursor to be displayed when the mouse is over the graphic. The cursor will be visible only if the graphic is interactive. | |
| Parent | Get Parent of this graphic. | |
| Selected | Get True when the shape is selected in a display. | |
| SelectedColor | Get Color of this graphic when selected. | |
| SelectedLineStyle | Get Line style of this graphic when selected. | |
| SelectedLineWidthInScreenPixels | Get Line width of this graphic when selected. | |
| SelectedSpaceName | ||
| TipText | Get Text to describe this graphic in a tool tip. Newline characters can be used to create multi-line tip text. | |
| Visible | Get Visible property of this graphic. |
| Name | Description | |
|---|---|---|
| Changed | The actual event. | |
| Dragging | Raised when an interactive graphic is being dragged. | |
| DraggingStopped | Raised after the drag operation of an interactive graphic is complete. |
The base implementation class of an interactive graphic. For example, Circle, RectangleAffine.