Click or drag to resize

LineSegmentPointOffset Method (Point)

Translates the Point by the specified amount.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void Offset(
	Point p
)

Parameters

p
Type: OpenCvSharpPoint
The Point used offset this CvPoint.

Return Value

Type: 
See Also