Vect2 Constructor Cognex VisionPro 9.21 SR1

Construct the Vect2 with the supplied x-coordinate and y-coordinate.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public Vect2(
	double initialX,
	double initialY
)
See Also