CogGeneralContour OwnedCustomPens Property Cognex VisionPro 9.8
Gets the set of custom pens used when drawing this contour. The pens are owned by this contour object, but are conveniently grouped together inside the returned interface.

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

public ICogGraphicMultiPen OwnedCustomPens { get; }

Property Value

Type: ICogGraphicMultiPen
An interface containing the custom pens for this contour.
Remarks

Returns the set of pens used when drawing this contour.

See Also