CogIPOneImageExpand ExpansionY Property Cognex VisionPro 9.8
The expansion factor used to increase the height of the image. The expansion factor designates how many times a pixel will be replicated in the Y direction.

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

public int ExpansionY { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogIPOneImageExpand Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The expansion factor is < 1.

Remarks

The expansion factor used to increase the height of the image. This value specifies how many times a pixel is replicated in the y-direction.

See Also