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

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 91.0.0.0 (91.0.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