CogCompositeShapeCompositionModeConstants EnumerationCognex VisionPro 9.8 SR1
Enumeration of composite shape composition modes.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax

public enum CogCompositeShapeCompositionModeConstants
Members

  Member nameValueDescription
Uniform0In 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.
Freeform1In 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