CogCompositeShape PaddingInScreenPixels Property Cognex VisionPro 9.10
Selection rectangle padding around child shapes.

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

public int PaddingInScreenPixels { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogCompositeShape Changed

Fires when the padding changes.

The following state flag may be affected:

    Remarks

    Sets or gets the amount of padding, in pixels, between the child shapes and the selection rectangle of the composite shape.

    Default Value: 1

    See Also