CogDLRuntimePoint Constructor (Double, Double)Cognex VisionPro 9.22 SR1
Construct a CogDLRuntimePoint with the supplied X and Y coordinates.

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax

public CogDLRuntimePoint(
	double dX,
	double dY
)

Parameters

dX
Type: System Double
The X coordinate.
dY
Type: System Double
The Y coordinate.
See Also