Click or drag to resize

LineSegmentPointOffset Method (Point)

Translates the Point by the specified amount.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Offset(
	Point p
)

Parameters

p
Type: OpenCvSharpPoint
The Point used offset this CvPoint.

Return Value

Type: 
See Also