Return the average X and Y coordinates of all the vertices. Generates an error if there are no vertices.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
public void MeanVertex(
out double x,
out double y
)
public void MeanVertex(
out double x,
out double y
)
Public Sub MeanVertex (
<OutAttribute> ByRef x As Double,
<OutAttribute> ByRef y As Double
)
Public Sub MeanVertex (
<OutAttribute> ByRef x As Double,
<OutAttribute> ByRef y As Double
)
public:
void MeanVertex(
[OutAttribute] double% x,
[OutAttribute] double% y
)
public:
void MeanVertex(
[OutAttribute] double% x,
[OutAttribute] double% y
)
Returns the average x- and y-coordinates of all the vertices.