ICogMaskCreatorArea InterfaceCognex VisionPro 9.8
Common interface for all mask creator area types.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.1.0.0
Syntax

public interface ICogMaskCreatorArea : ICloneable

The ICogMaskCreatorArea type exposes the following members.

Methods

  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Top
Properties

  NameDescription
Public propertyEnabled
Whether or not this area should be used to generate the output mask image.
Public propertyName
The user specified name of this area.
Top
Remarks

This common interface will allow for the addition of other types of areas besides the CogMaskCreatorRegion.
See Also