| CvContourChainCodeStartingPoint Property |
Point where contour begin.
Namespace:
OpenCvSharp.Blob
Assembly:
OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax public Point StartingPoint { get; set; }
Public Property StartingPoint As Point
Get
Set
public:
property Point StartingPoint {
Point get ();
void set (Point value);
}
member StartingPoint : Point with get, set
Property Value
Type:
PointSee Also