Enumeration of composite shape composition modes.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Uniform | 0 | In this mode, the shape will act as a single rigid unified shape, with one color, line style, etc. Graphics properties of the composite are propagated to the sub-shapes. | |
| Freeform | 1 | In this mode, the shape will act as a conglomerate of shapes with many different colors, line styles, etc. Graphics properties of the composite are not propagated to the sub-shapes. |
Remarks
Enumeration of composite shape composition modes. Use CompositionMode to set the composition mode. If the composition mode is Uniform, all of the composite shape's graphic properties (line style, width, color, and so on) are propagated to all of the subshapes.
See Also